feat: update grammars
This commit is contained in:
committed by
Michael Hoffmann
parent
6bc92930a7
commit
f0a315ded3
28
dialects/terraform/tree-sitter.json
Normal file
28
dialects/terraform/tree-sitter.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"grammars": [
|
||||
{
|
||||
"name": "terraform",
|
||||
"camelcase": "Terraform",
|
||||
"scope": "source.terraform",
|
||||
"path": ".",
|
||||
"file-types": null,
|
||||
"injection-regex": "^terraform$"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"description": "Terraform grammar for tree-sitter",
|
||||
"links": {
|
||||
"repository": "https://github.com/tree-sitter/tree-sitter-terraform"
|
||||
}
|
||||
},
|
||||
"bindings": {
|
||||
"c": true,
|
||||
"go": true,
|
||||
"node": true,
|
||||
"python": true,
|
||||
"rust": true,
|
||||
"swift": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user