aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 5567d3745..8b7ebc04c 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -323,7 +323,7 @@ list.elixir = {
files = { "src/parser.c", "src/scanner.cc" },
branch = "main",
},
- maintainers = { "@jonatanklosko" },
+ maintainers = { "@jonatanklosko", "@connorlay" },
}
list.gleam = {
@@ -332,7 +332,7 @@ list.gleam = {
files = { "src/parser.c" },
branch = "main",
},
- maintainers = { "@J3RN" },
+ maintainers = { "@connorlay" },
}
list.surface = {