diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 9f5de3a3..9e47e0b6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -291,7 +291,7 @@ list.c_sharp = { files = { "src/parser.c", "src/scanner.c" }, }, filetype = 'cs', - maintainers = {'@svermeulen'}, + maintainers = {'@Luxed'}, } list.typescript = { |
