summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authormhoffm <mhoffm@posteo.de>2021-07-02 19:21:08 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-02 19:47:30 +0200
commitb67442f112454f683c00ebf806eef10e9a5834fa (patch)
tree6fcf2762d208a19dd64f60f711c35bb8384aa519 /lua
parentc71edcd781c869b8e8557e5d6f2792e5e1ca8a78 (diff)
fix missing maintainer in hcl parser config
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 3e0a7307..c6bd9b8a 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -354,6 +354,7 @@ list.hcl = {
files = {"src/parser.c", "src/scanner.cc"},
branch = "main"
},
+ maintainers = {"@MichaHoffmann"},
filetype = "hcl",
used_by = { "terraform", "packer", "nomad" },
}