mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: use terraform parser for terraform-vars
This commit is contained in:
parent
ec6307e5b0
commit
f8d27e1abf
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue