32 lines
522 B
JSON
32 lines
522 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": true,
|
||
|
|
"go": true,
|
||
|
|
"node": true,
|
||
|
|
"python": true,
|
||
|
|
"rust": true,
|
||
|
|
"swift": true
|
||
|
|
}
|
||
|
|
}
|