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