Gedit plugin for HTML tag match

7,743

I recommend the plugin "Zen Coding for Gedit" for fast HTML coding.

Share:
7,743

Related videos on Youtube

Santosh Linkha
Author by

Santosh Linkha

Updated on September 17, 2022

Comments

  • Santosh Linkha
    Santosh Linkha over 1 year

    Is there a Gedit plugin for highlighting HTML matching tag? If so then please suggest me.

    For example in this sample:

    <div> //div1
        <div> //div2
        </div> //end of div2
    </div> //end of div1
    

    if my cursor is at end of div1 then I want div1 tag to be highlighted. So that I know if I have closed my tags correctly or not.