Files
tree-sitter-jhcl/tree-sitter.json
2025-04-13 18:22:57 +02:00

33 lines
577 B
JSON

{
"grammars": [
{
"name": "hcl",
"camelcase": "Hcl",
"scope": "source.hcl",
"path": ".",
"file-types": [
"hcl",
"tf",
"tfvars"
]
}
],
"metadata": {
"version": "0.2.0-snapshot",
"license": "Apache-2.0",
"description": "HCL grammar for tree-sitter",
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-hcl"
}
},
"bindings": {
"c": false,
"go": false,
"node": true,
"python": false,
"rust": true,
"swift": true,
"zig": false
}
}