aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 2ce4cf12..8d210b63 100644
--- a/languages.toml
+++ b/languages.toml
@@ -762,7 +762,9 @@ language-server = { command = "kotlin-language-server" }
name = "hcl"
scope = "source.hcl"
injection-regex = "(hcl|tf)"
-file-types = ["hcl", "tf"]
+file-types = ["hcl", "tf", "tfvars"]
roots = []
comment-token = "#"
indent = { tab-width = 2, unit = " " }
+language-server = { command = "terraform-ls", args = ["serve"] }
+auto-format = true