ogbofjnr
ogbofjnr

Reputation: 1998

How to disable xml highlight in intellij?

I want to disable background highlights of xml in intellij.

enter image description here

So far I've tried:

Editor > Inspections > disable xml

Editor > Language injections > disable xml

Editor > Color scheme > diasble background and foreground of all elements.

UPD

After disabling the Background of the Injected language fragment, I still have some brown background.

enter image description here

Upvotes: 2

Views: 425

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401897

File | Settings | Editor | Color Scheme | General, disable the Background of the Injected language fragment:

fragment

See also the help page explaining what is language injection.

Upvotes: 2

Related Questions