gregsexton / MatchTag

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

Highight when no match is found #23

Closed xi closed 11 years ago

xi commented 11 years ago

In the original stackoverflow question it is noted that Notepad++ highlights tags which do not have a matching closing tag in a different color. It would be great if you could add this to your plugin.

gregsexton commented 11 years ago

Hi,

The matching is done using the :2match command which doesn't allow for specifying separate colours. Sorry but this is a limitation of Vim itself.

-Greg