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 "ext": "ts", 4 "ignore": [], 5 "exec": "ts-node buildThemes.ts" 6}