Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod clickable; 2pub mod component_preview; 3pub mod disableable; 4pub mod fixed; 5pub mod styled_ext; 6pub mod toggleable; 7pub mod visible_on_hover;