Tweak LaTeX hilighting in goodwolf

This commit is contained in:
Steve Losh
2024-03-15 10:07:28 -04:00
parent 3fae5a19ed
commit 15b37caad7

View File

@@ -463,20 +463,26 @@ call GoodWolfHL('texDocType', 'dress', '', 'none')
call GoodWolfHL('texSection', 'dress', '', 'none') call GoodWolfHL('texSection', 'dress', '', 'none')
call GoodWolfHL('texBeginEnd', 'dress', '', 'none') call GoodWolfHL('texBeginEnd', 'dress', '', 'none')
call GoodWolfHL('texMathZoneX', 'orange', '', 'none') call GoodWolfHL('texCmd', 'dress', '', 'none')
call GoodWolfHL('texMathZoneA', 'orange', '', 'none') call GoodWolfHL('texCmdEnv', 'taffy', '', 'bold')
call GoodWolfHL('texMathZoneB', 'orange', '', 'none') call GoodWolfHL('texCmdItem', 'dirtyblonde', '', 'none')
call GoodWolfHL('texMathZoneC', 'orange', '', 'none') call GoodWolfHL('texPartArgTitle', 'plain', '', 'none')
call GoodWolfHL('texMathZoneD', 'orange', '', 'none') call GoodWolfHL('texLstZone', 'toffee', '', 'none')
call GoodWolfHL('texMathZoneE', 'orange', '', 'none')
call GoodWolfHL('texMathZoneV', 'orange', '', 'none') call GoodWolfHL('texMathZoneA', 'dirtyblonde', '', 'none')
call GoodWolfHL('texMathZoneX', 'orange', '', '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('texMath', 'orange', '', 'none')
call GoodWolfHL('texMathMatcher', 'orange', '', 'none') call GoodWolfHL('texMathMatcher', 'orange', '', 'none')
call GoodWolfHL('texRefLabel', 'dirtyblonde', '', 'none') call GoodWolfHL('texRefLabel', 'dirtyblonde', '', 'none')
call GoodWolfHL('texRefZone', 'lime', '', 'none') call GoodWolfHL('texRefZone', 'lime', '', 'none')
call GoodWolfHL('texDelimiter', 'orange', '', 'none') call GoodWolfHL('texDelimiter', 'orange', '', 'none')
call GoodWolfHL('texZone', 'brightgravel', '', 'none') call GoodWolfHL('texZone', 'brightgravel', '', 'none')
call GoodWolfHL('texTabularChar', 'lime', '', 'none')
augroup badwolf_tex augroup badwolf_tex
au! au!