Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod session; 2mod tag; 3 4pub use session::*; 5pub use tag::*; 6 7pub const SCRIPTING_PROMPT: &str = include_str!("./system_prompt.txt");