SQL Highlighting in IDEA 8.1
I recently upgraded to IDEA 8.1 and instantly noticed a fairly annoying issue.
Statements that IDEA identifies as SQL statements are added a special highlighting, even when found in regular strings in my code. I've modified my color scheme to be more like the 'evening' scheme in vim (black background, white text) and the SQL code is not readable at all because it sets the background to white which doesn't really contrast at all with my white text. I can't find a place to change the syntax coloring for SQL to get rid of the horrible white background to make my code visible again.
Currently I'm having to highlight any code that I want to actually see. Is there a way to change the syntax highlighting of those SQL statements? Where is it? Even a way to turn it off would be nice.
Thanks for any help.
~Colin
Please sign in to leave a comment.
Colors & Fonts -> General -> Injected language fragment?
Exactly it! Thank you. That was driving me crazy.