mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Add LaTeX maintainers
This commit is contained in:
parent
712cc78a1e
commit
e1997ebbca
2 changed files with 4 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue