fix: correct setup to generate terraform dialect

This commit is contained in:
maunzCache
2025-03-30 15:34:01 +02:00
committed by Michael Hoffmann
parent f5ebf32b8c
commit 536bfc45f8
7 changed files with 509 additions and 169 deletions

View File

@@ -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"
]