Files
tree-sitter-jhcl/tree-sitter.json

33 lines
577 B
JSON
Raw Normal View History

2025-02-16 14:35:02 +01:00
{
"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",
2025-02-16 14:35:02 +01:00
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-hcl"
}
},
"bindings": {
"c": false,
"go": false,
2025-02-16 14:35:02 +01:00
"node": true,
"python": false,
2025-02-16 14:35:02 +01:00
"rust": true,
"swift": true,
"zig": false
2025-02-16 14:35:02 +01:00
}
}