summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorMichael Hoffmann <mhoffm@posteo.de>2021-07-08 01:12:41 +0200
committerGitHub <noreply@github.com>2021-07-07 18:12:41 -0500
commit61411b27c5e7a9539d0974583df8b6522eb89140 (patch)
treeb499d9ca967c70b0a7d2093f40b738b2390163e2 /lua
parent2e0baf40ad44edd6ac05e323164c279618611340 (diff)
remove packer and nomad from hcl.used_by (#1527)
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 92f07594..ae8e7a2e 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