I know it's possible to enable SQL syntax highlighting in PHP scripts using the option
let php_sql_query=1
But this just enables highlighting of all SQL keywords in every string. Even in a normal sentence like this one.
Is there a way to only enable this for strings starting with "Select", "update" or "delete"?