7f80aa2c6e6a

remove Delimiter, add texMathZone{V,X}
[view raw] [browse files]
author Giovanni Lanzani <gglanzani@gmail.com>
date Mon, 10 Sep 2012 11:02:02 +0200
parents 37c770bfb5b3
children a14ca558acf3
branches/tags (none)
files colors/badwolf.vim

Changes

--- a/colors/badwolf.vim	Mon Aug 13 11:18:04 2012 +0200
+++ b/colors/badwolf.vim	Mon Sep 10 11:02:02 2012 +0200
@@ -242,7 +242,6 @@
 " 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('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')