diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 33906e4b..2ce4cf12 100644 --- a/languages.toml +++ b/languages.toml @@ -757,3 +757,12 @@ roots = ["settings.gradle", "settings.gradle.kts"] comment-token = "//" indent = { tab-width = 4, unit = " " } language-server = { command = "kotlin-language-server" } + +[[language]] +name = "hcl" +scope = "source.hcl" +injection-regex = "(hcl|tf)" +file-types = ["hcl", "tf"] +roots = [] +comment-token = "#" +indent = { tab-width = 2, unit = " " } |