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