Files
kerolox/tree-sitter-kerolox/tree-sitter.json
2026-04-15 08:37:09 -06:00

26 lines
414 B
JSON

{
"metadata": {
"version": "0.1.0",
"license": "AGPL-3.0-or-later"
},
"bindings": {
"rust": true,
"c": false,
"go": false,
"node": false,
"python": false,
"swift": false
},
"grammars": [
{
"name": "kerolox",
"path": ".",
"scope": "source.kerolox",
"highlights": "queries/highlights.scm",
"file-types": [
"rp1"
]
}
]
}