aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 92f075941..ae8e7a2e8 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -360,7 +360,7 @@ list.hcl = {
},
maintainers = { "@MichaHoffmann" },
filetype = "hcl",
- used_by = { "terraform", "packer", "nomad" },
+ used_by = { "terraform" },
}
-- FIXME(vigoux): markdown is broken for now