Hi,
what is the easiest way to highlight matching tags in a markup document when the cursor is on the opening or closing tag?
E.g. if you have:
<html><body>...</body></html>
and the caret is on <html> it should highlight <html> and </html> e.g. with an underlining or a differend background color.
The concept is basically the same as with bracket highlighting but for markup tags this time.
Any ideas how to accomplish that?
Thanks for your help,
Joe
what is the easiest way to highlight matching tags in a markup document when the cursor is on the opening or closing tag?
E.g. if you have:
<html><body>...</body></html>
and the caret is on <html> it should highlight <html> and </html> e.g. with an underlining or a differend background color.
The concept is basically the same as with bracket highlighting but for markup tags this time.
Any ideas how to accomplish that?
Thanks for your help,
Joe