30 lines
584 B
JSON
30 lines
584 B
JSON
{
|
|
"grammars": [
|
|
{
|
|
"name": "terraform",
|
|
"camelcase": "Terraform",
|
|
"scope": "source.terraform",
|
|
"path": ".",
|
|
"file-types": null,
|
|
"injection-regex": "^terraform$"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"description": "Terraform grammar for tree-sitter",
|
|
"links": {
|
|
"repository": "https://github.com/tree-sitter/tree-sitter-hcl"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": false,
|
|
"go": false,
|
|
"node": false,
|
|
"python": false,
|
|
"rust": false,
|
|
"swift": false,
|
|
"zig": false
|
|
}
|
|
}
|