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 keymap; 3mod matcher; 4 5pub use binding::*; 6pub use keymap::*; 7pub use matcher::*;