Add highlighting for xmlEqual

This commit is contained in:
Iron_E 2020-06-20 23:58:46 -04:00
parent 2a2797578b
commit e3bef4bf4f
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 3 additions and 2 deletions

View File

@ -456,10 +456,11 @@ local highlights = {
vimMap = {link='vimCommand'},
--[[ 4.3.28. XML ]]
xmlAttrib = {link='Label'},
xmlAttrib = {link='Label' },
xmlEndTag = {link='Exception'},
xmlEqual = {link='Operator' },
xmlTag = {link='Delimiter'},
xmlTagName = {link='Define'},
xmlTagName = {link='Define' },
--[[ 4.4. Plugins
Everything in this section is OPTIONAL. Feel free to remove everything