mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-15 22:43:48 -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
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user