Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod color; 2mod elevation; 3mod platform; 4mod spacing; 5mod typography; 6mod units; 7 8pub use color::*; 9pub use elevation::*; 10pub use platform::*; 11pub use spacing::*; 12pub use typography::*; 13pub use units::*;