Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod converter; 2mod syntax; 3mod theme; 4 5pub use converter::*; 6pub use syntax::*; 7pub use theme::*;