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