mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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",
|
sh = "bash",
|
||||||
html_tags = "html",
|
html_tags = "html",
|
||||||
["typescript.tsx"] = "tsx",
|
["typescript.tsx"] = "tsx",
|
||||||
|
["terraform-vars"] = "terraform",
|
||||||
["html.handlebars"] = "glimmer",
|
["html.handlebars"] = "glimmer",
|
||||||
pandoc = "markdown",
|
pandoc = "markdown",
|
||||||
rmd = "markdown",
|
rmd = "markdown",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue