aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorLuxed <devildead13@gmail.com>2021-06-03 20:58:17 -0400
committerStephan Seitz <stephan.lauf@yahoo.de>2021-06-04 23:56:26 +0200
commitb5d603a876fe8c89e96a9cac2dac2dd375479dac (patch)
tree36fed9995f89ab654970990d01b6f2f269722474 /lua
parenthighlights(c_sharp): Add preprocessor directives queries (diff)
downloadnvim-treesitter-b5d603a876fe8c89e96a9cac2dac2dd375479dac.tar
nvim-treesitter-b5d603a876fe8c89e96a9cac2dac2dd375479dac.tar.gz
nvim-treesitter-b5d603a876fe8c89e96a9cac2dac2dd375479dac.tar.bz2
nvim-treesitter-b5d603a876fe8c89e96a9cac2dac2dd375479dac.tar.lz
nvim-treesitter-b5d603a876fe8c89e96a9cac2dac2dd375479dac.tar.xz
nvim-treesitter-b5d603a876fe8c89e96a9cac2dac2dd375479dac.tar.zst
nvim-treesitter-b5d603a876fe8c89e96a9cac2dac2dd375479dac.zip
parsers(c_sharp): put myself as a maintainer
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 9f5de3a38..9e47e0b6f 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 = {