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