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 5dca19ac0..6c846f52d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -355,6 +355,7 @@ list.hcl = { branch = "main" }, filetype = "hcl", + used_by = { "terraform", "packer", "nomad" }, } -- FIXME(vigoux): markdown is broken for now |
