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

@ -458,6 +458,7 @@ local highlights = {
--[[ 4.3.28. XML ]] --[[ 4.3.28. XML ]]
xmlAttrib = {link='Label' }, xmlAttrib = {link='Label' },
xmlEndTag = {link='Exception'}, xmlEndTag = {link='Exception'},
xmlEqual = {link='Operator' },
xmlTag = {link='Delimiter'}, xmlTag = {link='Delimiter'},
xmlTagName = {link='Define' }, xmlTagName = {link='Define' },