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