Files
tree-sitter-jhcl/tree-sitter.json
2025-06-15 22:15:34 +03:00

32 lines
616 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"
}
}
}