summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/parsers.lua
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-28 22:50:21 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-03-30 19:26:37 +0200
commite1997ebbcaadf6af94d8654524bcfe943301913b (patch)
treea3e877c93c5b84f6b61eba45cf143bc20fef2b71 /lua/nvim-treesitter/parsers.lua
parent712cc78a1e7a3576ad21f05e438128e9aa9521c5 (diff)
Add LaTeX maintainers
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index a9d779ef..626d0936 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -513,7 +513,8 @@ list.latex = {
files = { "src/parser.c" },
},
filetype = 'tex',
- used_by = {'cls', 'sty'}
+ used_by = {'cls', 'sty'},
+ maintainers = { "@theHamsta by asking @clason" },
}
list.bibtex = {
@@ -522,6 +523,7 @@ list.bibtex = {
files = { "src/parser.c" },
},
filetype = 'bib',
+ maintainers = { "@theHamsta by asking @clason" },
}
list.zig = {