Search code examples
configurationphpstormsyntax-highlighting

Turn off background color for SQL strings in PHP Storm


is it possible to turn off background highlighting for SQL strings in PHP Storm ? I know I can turn off SQL language injection, but i would rather keep SQL syntax highlighting and just get rid of irritating background colors. Is it possible ?


Solution

  • Go to File -> Settings and then to Editor -> Colors & Fonts -> General. Click 'Injected language fragment' and simply untick the Background checkbox.

    Screenshot of settings window