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 focus; 3mod kitchen_sink; 4mod picker; 5mod scroll; 6mod text; 7mod z_index; 8 9pub use colors::*; 10pub use focus::*; 11pub use kitchen_sink::*; 12pub use picker::*; 13pub use scroll::*; 14pub use text::*; 15pub use z_index::*;