Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ 2 "watch": [ 3 "./**/*" 4 ], 5 "ext": "ts", 6 "ignore": [], 7 "exec": "ts-node src/buildThemes.ts" 8}