fix: use terraform parser for terraform-vars

This commit is contained in:
Vladimir Levin 2024-06-28 17:08:49 +09:00 committed by GitHub
parent ec6307e5b0
commit f8d27e1abf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ for ft, lang in pairs {
sh = "bash",
html_tags = "html",
["typescript.tsx"] = "tsx",
["terraform-vars"] = "terraform",
["html.handlebars"] = "glimmer",
pandoc = "markdown",
rmd = "markdown",