Add HTML special character support.

This commit is contained in:
Steve Losh
2012-05-08 11:03:28 -04:00
parent 647fbb8805
commit 7d4d4e1843

View File

@@ -441,6 +441,7 @@ call s:HL('htmlEndTag', 'darkroast', 'bg', 'none')
" 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')