Don't highlight > for xml re #98

This commit is contained in:
Andy K. Massimino
2020-06-30 22:18:42 -04:00
parent a6306f6725
commit 24c17f94e0

View File

@@ -14,6 +14,8 @@ set cpo&vim
if matchup#util#matchpref('tagnameonly', 0)
call matchup#util#patch_match_words('\)\%(', '\)\g{hlend}\%(')
call matchup#util#patch_match_words('\)\%(', '\)\g{hlend}\%(')
call matchup#util#patch_match_words('1>', '1\g{hlend}>')
call matchup#util#patch_match_words(':/>', ':/\g{hlend}>')
endif
let &cpo = s:save_cpo