{ "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json", "grammars": [ { "name": "ground", "camelcase": "ground", "title": "Ground", "scope": "source.ground", "file-types": [ "grnd" ], "injection-regex": "^ground$", "class-name": "TreeSitterGround" } ], "metadata": { "version": "1.0.0", "license": "MIT", "description": "Ground VM textual representation highlighter", "authors": [ { "name": "Maxwell Jeffress", "email": "maxwelljeffress@proton.me", "url": "https://maxwellj.xyz/" } ], "links": { "repository": "https://chookspace.com/ground/grammar" } }, "bindings": { "c": true, "go": true, "node": true, "python": true, "rust": true, "swift": true, "zig": false } }