Sublime Forum

SQL query syntax highlight!

#1

Hallo, right now Sublime does have some nice SQL query coloring, but what realy annoys me is that it has to be in one string like:

"SELECT * from table where … "

but if i write:

“SELECT * from “.“table”.” where”

it’s only highlight the first part of the string and i think it would be very nice if it would highlight the whole thing.

Please make it happen.

0 Likes