How can I remove the markup of the MySQL queries in PHPStorm? I'm only interested in syntax highlighting, I do not like it to mark queries with that color.
Greetings and thanks for your answers.
You have to go to:
Windows / Linux : File > Settings > Editor >
Language Injections
macOS: PhpStorm > Preferences > Editor >
Language Injections
and disable the rules that you do not like.
Another option is to disable plugin SQL/database
.