mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
Add LaTeX maintainers
This commit is contained in:
committed by
Stephan Seitz
parent
712cc78a1e
commit
e1997ebbca
@@ -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 = {
|
||||
|
||||
@@ -79,7 +79,7 @@ highlight default TSStrike term=strikethrough cterm=strikethrough gui=strikethro
|
||||
highlight default link TSMath Special
|
||||
highlight default link TSTextReference Constant
|
||||
highlight default link TSEnviroment Macro
|
||||
highlight default link TSEnviromentName Normal
|
||||
highlight default link TSEnviromentName Type
|
||||
highlight default link TSTitle Title
|
||||
highlight default link TSLiteral String
|
||||
highlight default link TSURI Underlined
|
||||
|
||||
Reference in New Issue
Block a user