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