From 5b2e5a8417478f07ad3776f8528e6b24c5b5ae23 Mon Sep 17 00:00:00 2001 From: Giovanni Lanzani Date: Mon, 10 Sep 2012 11:02:02 +0200 Subject: [PATCH] remove Delimiter, add texMathZone{V,X} --- colors/badwolf.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colors/badwolf.vim b/colors/badwolf.vim index fc5ed25..70fcc4a 100644 --- a/colors/badwolf.vim +++ b/colors/badwolf.vim @@ -242,7 +242,6 @@ call s:HL('Repeat', 'taffy', '', 'none') " Functions and variable declarations are orange, because plain looks weird. call s:HL('Identifier', 'orange', '', 'none') call s:HL('Function', 'orange', '', 'none') -call s:HL('Delimiter', 'orange', '', 'none') " Preprocessor stuff is lime, to make it pop. " @@ -485,6 +484,8 @@ call s:HL('texMathZoneB', 'orange', '', 'none') call s:HL('texMathZoneC', 'orange', '', 'none') call s:HL('texMathZoneD', 'orange', '', 'none') call s:HL('texMathZoneE', 'orange', '', 'none') +call s:HL('texMathZoneV', 'orange', '', 'none') +call s:HL('texMathZoneX', 'orange', '', 'none') call s:HL('texMath', 'orange', '', 'none') call s:HL('texMathMatcher', 'orange', '', 'none') call s:HL('texRefLabel', 'dirtyblonde', '', 'none')