diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d529fa82a..962ae335d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
