gregsexton / MatchTag

Vim's MatchParen for HTML tags
http://www.vim.org/scripts/script.php?script_id=3818
310 stars 31 forks source link

plugin doesn't highlights if tags are spread on multiple lines #22

Closed santosh closed 2 years ago

santosh commented 11 years ago

screenshot at 2013-07-14 14 13 56 Note that <activity> tag starts at line 7.

image if I make the remaining part of the starting tag from line 8 to line 7, the tag is highlighted as expected.

I am trying to say that it would be helpful if plugin is made to recognize the tag even if it spread on multiple lines.

What do you think of this?

gregsexton commented 11 years ago

Thanks for submitting this. This looks like a regression; I'm sure this used to work. Will try to fix when I next take a look at MatchTag.