Files
tree-sitter-jhcl/tree-sitter.json
2025-05-16 09:08:19 +02:00

41 lines
762 B
JSON

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