Hi,
I'd like to use differents colors for differents groups of tags. But there is a little problem:
/C1"Group1"
<tag1-1> </tag1-1> <tag1-2> </tag1-2>
/C2"Group2"
<tag2-1> </tag2-1> <tag2-2> </tag2-2>
this part works. But when i've <tag2-3 attribute="value"/>, i'd like the closing part (/>) to be the same color as the opening one. But if I define:
/C1"Group1"
<tag1-1> </tag1-1> <tag1-2> </tag1-2> <tag1-3
/C2"Group2"
<tag2-1> </tag2-1> <tag2-2> </tag2-2> <tag2-3
the /> is not highlighted and if I add
// /> in one group, it won't match the other group color.
Is there a way ?
Thx
I'd like to use differents colors for differents groups of tags. But there is a little problem:
/C1"Group1"
<tag1-1> </tag1-1> <tag1-2> </tag1-2>
/C2"Group2"
<tag2-1> </tag2-1> <tag2-2> </tag2-2>
this part works. But when i've <tag2-3 attribute="value"/>, i'd like the closing part (/>) to be the same color as the opening one. But if I define:
/C1"Group1"
<tag1-1> </tag1-1> <tag1-2> </tag1-2> <tag1-3
/C2"Group2"
<tag2-1> </tag2-1> <tag2-2> </tag2-2> <tag2-3
the /> is not highlighted and if I add
// /> in one group, it won't match the other group color.
Is there a way ?
Thx