Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1interface context-server { 2 /// 3 record context-server-configuration { 4 /// 5 installation-instructions: string, 6 /// 7 settings-schema: string, 8 /// 9 default-settings: string, 10 } 11}