XML Tag highlighting

Currently, xml tags are highlighted by highlighting the opening < of the opening tag and highlighting the closing > of the closing tag.

But, for a <![CDATA[ the whole of the opening tag and closing tag is highlighted. Is it possible to set the highlighting to do this for all xml tags? It seems much clearer and is easier to locate the matching tag.

0
3 comments
Avatar
Permanently deleted user

Just to illustrate, here are the two different styles of highlighting that I am talking about.
cdataTagHighlighting.png

nonCdataTagHighlighting.png

The CDATA style of highlighting would be nice for all tags.

0

CDATA section is not a tag, so it has different brace matching highlighting.
Feel free to submit a ticket for different highlighting here.

"Saqib  Saleem" <no_reply@jetbrains.com> сообщил(а) в новостях
следующее:20619127.83671337338453451.JavaMail.devnet@confluence.jetbrains.net...

Just to illustrate, here are the two different styles of highlighting that
I am talking about.
Image:cdataTagHighlighting.png

>

Image:nonCdataTagHighlighting.png

>

The CDATA style of highlighting would be nice for all tags.

>

---
Original message URL: http://devnet.jetbrains.net/message/5459868#5459868


0
Avatar
Permanently deleted user

Created issue IDEA-86281.

0

Please sign in to leave a comment.