Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ 2 "name": "tree-sitter-context-predicate", 3 "main": "bindings/node", 4 "devDependencies": { 5 "tree-sitter-cli": "^0.19.5" 6 }, 7 "dependencies": { 8 "nan": "^2.14.0" 9 } 10}