tree-sitter-cg
Version:
tree-sitter grammar of VISL-CG
37 lines (36 loc) • 667 B
JSON
{
"grammars": [
{
"name": "cg",
"camelcase": "Cg",
"scope": "source.cg",
"path": ".",
"file-types": [
"cg3",
"rlx"
],
"highlights": "queries/highlights.scm"
}
],
"metadata": {
"version": "1.1.2",
"license": "GPL-3.0-or-later",
"description": "tree-sitter grammar of VISL-CG",
"authors": [
{
"name": "Daniel Swanson"
}
],
"links": {
"repository": "git+ssh://git@github.com/apertium/tree-sitter-apertium.git"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}