Posted 11 years ago
by Shawn Keene
I would like to see highlighting of the closing tag. So for example, if I am editing a file like that below, and place my cursor in the first <div> tag, the matching one at the bottom highlights as well:
<div>
<div>some stuff</div>
</div>