025664807365

Add HTML special character support.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 08 May 2012 11:03:28 -0400
parents 17443dcd6cee
children 4e6ee97af8b0
branches/tags (none)
files colors/badwolf.vim

Changes

--- a/colors/badwolf.vim	Wed Apr 25 15:54:25 2012 +0000
+++ b/colors/badwolf.vim	Tue May 08 11:03:28 2012 -0400
@@ -441,6 +441,7 @@
 " Tag names
 call s:HL('htmlTagName',        'coffee', '', 'bold')
 call s:HL('htmlSpecialTagName', 'coffee', '', 'bold')
+call s:HL('htmlSpecialChar',    'lime',   '', 'none')
 
 " Attributes
 call s:HL('htmlArg', 'coffee', '', 'none')