I know that you can enable SQL syntax highlighting in PHP scripts using the option
let php_sql_query=1
But it just allows you to highlight all the SQL keywords in each row. Even in a normal sentence , for example .
Is there a way to enable this only for lines starting with Select, Refresh, or Delete?
source share