diff --git a/after/ftplugin/html_matchup.vim b/after/ftplugin/html_matchup.vim index 87e7651..1db634d 100644 --- a/after/ftplugin/html_matchup.vim +++ b/after/ftplugin/html_matchup.vim @@ -36,6 +36,15 @@ if matchup#util#matchpref('tagnameonly', 0) call matchup#util#patch_match_words( \ 'dl\>', \ 'dl\>\g{hlend}') + call matchup#util#patch_match_words( + \ '1>', + \ '1\g{hlend}>') + call matchup#util#patch_match_words( + \ ']l>', + \ ']l\g{hlend}>') + call matchup#util#patch_match_words( + \ 'dl>', + \ 'dl\g{hlend}>') endif let &cpo = s:save_cpo diff --git a/test/issues/98/test.html b/test/issues/98/test.html new file mode 100644 index 0000000..7c1f470 --- /dev/null +++ b/test/issues/98/test.html @@ -0,0 +1,10 @@ + + +
+ +