ab37ffc5ae
Closes #235. The default syntax/tex.vim links texRefZone to Special, making it more like a regular LaTeX command than plain-text.
16 lines
561 B
VimL
16 lines
561 B
VimL
if dracula#should_abort('tex')
|
|
finish
|
|
endif
|
|
|
|
hi! link texBeginEndName DraculaOrangeItalic
|
|
hi! link texBoldItalStyle DraculaOrangeBoldItalic
|
|
hi! link texBoldStyle DraculaOrangeBold
|
|
hi! link texInputFile DraculaOrangeItalic
|
|
hi! link texItalStyle DraculaYellowItalic
|
|
hi! link texLigature DraculaPurple
|
|
hi! link texMath DraculaPurple
|
|
hi! link texMathMatcher DraculaPurple
|
|
hi! link texMathSymbol DraculaPurple
|
|
hi! link texSpecialChar DraculaPurple
|
|
hi! link texSubscripts DraculaPurple
|
|
hi! link texTitle DraculaFgBold
|