mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-16 15:03:47 -05:00
Add HTML special character support.
This commit is contained in:
@@ -441,6 +441,7 @@ call s:HL('htmlEndTag', 'darkroast', 'bg', 'none')
|
|||||||
" Tag names
|
" Tag names
|
||||||
call s:HL('htmlTagName', 'coffee', '', 'bold')
|
call s:HL('htmlTagName', 'coffee', '', 'bold')
|
||||||
call s:HL('htmlSpecialTagName', 'coffee', '', 'bold')
|
call s:HL('htmlSpecialTagName', 'coffee', '', 'bold')
|
||||||
|
call s:HL('htmlSpecialChar', 'lime', '', 'none')
|
||||||
|
|
||||||
" Attributes
|
" Attributes
|
||||||
call s:HL('htmlArg', 'coffee', '', 'none')
|
call s:HL('htmlArg', 'coffee', '', 'none')
|
||||||
|
|||||||
Reference in New Issue
Block a user