Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod colors; 2mod players; 3mod status; 4mod syntax; 5mod system; 6 7pub use colors::*; 8pub use players::*; 9pub use status::*; 10pub use syntax::*; 11pub use system::*;