mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-08 11:03:48 -05:00
Tweak LaTeX hilighting in goodwolf
This commit is contained in:
@@ -463,20 +463,26 @@ call GoodWolfHL('texDocType', 'dress', '', 'none')
|
||||
call GoodWolfHL('texSection', 'dress', '', 'none')
|
||||
call GoodWolfHL('texBeginEnd', 'dress', '', 'none')
|
||||
|
||||
call GoodWolfHL('texMathZoneX', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathZoneA', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathZoneB', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathZoneC', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathZoneD', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathZoneE', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathZoneV', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathZoneX', 'orange', '', 'none')
|
||||
call GoodWolfHL('texCmd', 'dress', '', 'none')
|
||||
call GoodWolfHL('texCmdEnv', 'taffy', '', 'bold')
|
||||
call GoodWolfHL('texCmdItem', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texPartArgTitle', 'plain', '', 'none')
|
||||
call GoodWolfHL('texLstZone', 'toffee', '', 'none')
|
||||
|
||||
call GoodWolfHL('texMathZoneA', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texMathZoneB', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texMathZoneC', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texMathZoneD', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texMathZoneE', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texMathZoneV', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texMathZoneX', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texMath', 'orange', '', 'none')
|
||||
call GoodWolfHL('texMathMatcher', 'orange', '', 'none')
|
||||
call GoodWolfHL('texRefLabel', 'dirtyblonde', '', 'none')
|
||||
call GoodWolfHL('texRefZone', 'lime', '', 'none')
|
||||
call GoodWolfHL('texDelimiter', 'orange', '', 'none')
|
||||
call GoodWolfHL('texZone', 'brightgravel', '', 'none')
|
||||
call GoodWolfHL('texTabularChar', 'lime', '', 'none')
|
||||
|
||||
augroup badwolf_tex
|
||||
au!
|
||||
|
||||
Reference in New Issue
Block a user