When a block of SQL is enclosed in quotes in PHP (denoting a string) it would be great to have that SQL syntax highlighted. I'm looking for standard SQL highlighting at the very least, but PostgreSQL 9.1 compliant would be exactly what I need. I'm open to any suggestions no matter how complex (e.g. recompiling Netbeans) to achieve this.
All the IDE's make the sintax highlighted with auto tokenize approach List of Parser Tokens. In this case the SQL text and the simple text in echo/print are same token (T_STRING). With a hard hacking in the IDE to see sintax highlighted SQL text's, all text are also afected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With