feat: update grammars
This commit is contained in:
committed by
Michael Hoffmann
parent
6bc92930a7
commit
f0a315ded3
31
tree-sitter.json
Normal file
31
tree-sitter.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user