fb3033049970

LaTeX support added
[view raw] [browse files]
author Giovanni Lanzani <gglanzani@gmail.com>
date Thu, 02 Aug 2012 22:56:46 +0200
parents 383c5a5e0523
children b5846dffb956
branches/tags (none)
files colors/badwolf.vim

Changes

--- a/colors/badwolf.vim	Sat Jun 02 17:12:25 2012 -0400
+++ b/colors/badwolf.vim	Thu Aug 02 22:56:46 2012 +0200
@@ -242,6 +242,7 @@
 " 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',   'tardis', '', 'none')
 
 " Preprocessor stuff is lime, to make it pop.
 "
@@ -476,6 +477,19 @@
 call s:HL('javaDocParam', 'dalespale', '', '')
 
 " }}}
+" LaTeX {{{
+call s:HL('texStatement', 'tardis', '', 'none')
+call s:HL('texMathZoneX', 'orange', '', 'none')
+call s:HL('texMathZoneA', 'orange', '', 'none')
+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('texMath', 'orange', '', 'none')
+call s:HL('texMathMatcher', 'orange', '', 'none')
+call s:HL('texRefLabel', 'dirtyblonde', '', 'none')
+call s:HL('texRefZone', 'dalespale', '', 'none')
+" }}}
 " LessCSS {{{
 
 call s:HL('lessVariable', 'lime', '', 'none')