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 602b9b740..5fe0d0cb7 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -116,6 +116,7 @@ list.kotlin = {
url = "https://github.com/QthCN/tree-sitter-kotlin",
files = { "src/parser.c" },
},
+ maintainers = {"@tormodatt"},
}
list.html = {