HTML/XML tag matcher

Locked
dhealey
Posts: 40
Joined: 14.12.2019 12:30

HTML/XML tag matcher

Post by dhealey »

Is there a plugin to highlight matching html or xml tags?

For example if I put the cursor at <div> it will show me the matching </div>.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

Hello,
Cud has the option "lexer_dynamic_hilite" (in Options Editor plugin), you can set it to true.
Also "lexer_dynamic_hilite_max_lines" is used.
It will highlight pair html tags.
dhealey
Posts: 40
Joined: 14.12.2019 12:30

Post by dhealey »

Perfect, thank you.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

More info will be in wiki, you can ask more questions -
https://github.com/Alexey-T/CudaText/issues/2509
Locked