Reputation: 241
This is how my pom.xml file looks in IDEA 12.
I hate how the app highlights the opening and closing <
>
signs.
How can I disable it?!
Upvotes: 5
Views: 1205
Reputation: 8283
If you want to get rid of the grey background for XML, HTML and related formats, go to Settings (Preferences) | Editor | Colors&Fonts | Language Defaults and uncheck Background for Markup Tag.
I think the default setting was intended to highlight the difference between tags and content, but indeed, it's not very pleasant looking.
Upvotes: 3
Reputation: 6034
Go to Settings (Preferences) | Editor | Colors&Fonts | XML. On the right side choose Tag and select Background checkbox.
Upvotes: 6