aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
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 3e0a73071..c6bd9b8a1 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" },
}