parsers(c_sharp): put myself as a maintainer

This commit is contained in:
Luxed 2021-06-03 20:58:17 -04:00 committed by Stephan Seitz
parent dad4903048
commit b5d603a876

View file

@ -291,7 +291,7 @@ list.c_sharp = {
files = { "src/parser.c", "src/scanner.c" }, files = { "src/parser.c", "src/scanner.c" },
}, },
filetype = 'cs', filetype = 'cs',
maintainers = {'@svermeulen'}, maintainers = {'@Luxed'},
} }
list.typescript = { list.typescript = {