{ "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json", "grammars": [ { "name": "hemar", "camelcase": "Hemar", "title": "Hemar", "scope": "source.hemar", "file-types": [ "hemar" ], "injection-regex": "^hemar$", "class-name": "TreeSitterHemar" } ], "metadata": { "version": "0.1.0", "license": "MIT", "description": "templater", "authors": [ { "name": "yukkop", "email": "hectic.yukkop@gmail.com", "url": "https://yukkop.dev/" } ], "links": { "repository": "https://github.com/hectic-lab/util.nix" } }, "bindings": { "c": true, "go": true, "node": true, "python": true, "rust": true, "swift": true, "zig": false } }