I need a Vim script to highlight end of a tag when cursor is at the beginning of the tag.
For example in html tags, when cursor is in start of tag, it should highlight the end of the tag.
The interface should be generic, so that more tags can be added