aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index ac5c80d6f..9bac6a8f3 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -260,7 +260,8 @@ list.tsx = {
generate_requires_npm = true,
},
used_by = { "typescript.tsx" },
- filetype = 'typescriptreact'
+ filetype = 'typescriptreact',
+ maintainers = {'@steelsojka'}
}
list.scala = {