Is there a gedit plugin for highlighting html matching tag? if so then please suggest me.
UPDATES::
<div> //div 1
<div> //div 2
</div> //end of div 2
</div> //end of div 1
now if my cursor is at end of div 1 then i want div 1 to be hilighted so that i know if i have closed my tags correctly or not