Files
tree-sitter-jhcl/tree-sitter.json
2025-03-27 07:18:39 +01:00

32 lines
525 B
JSON

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