fix: correct setup to generate terraform dialect
This commit is contained in:
committed by
Michael Hoffmann
parent
f5ebf32b8c
commit
536bfc45f8
@@ -6,7 +6,15 @@
|
||||
"scope": "source.hcl",
|
||||
"path": ".",
|
||||
"file-types": [
|
||||
"hcl",
|
||||
"hcl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "terraform",
|
||||
"camelcase": "Terraform",
|
||||
"scope": "source.terraform",
|
||||
"path": "./dialects/terraform/",
|
||||
"file-types": [
|
||||
"tf",
|
||||
"tfvars"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user