Files
util.nix/package/hemar/grammar/tree-sitter/tree-sitter.json

40 lines
826 B
JSON

{
"$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
}
}