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