Sublime Forum

SQL syntax highlighting in Python in the new build

#1

Hi,

Since I’ve updated to Build 3103 there’s no syntax highlighting of SQL queries in python with psycopg2. (I use Ubuntu 14.04.3 LTS 64bits)

For instance: cur.execute(“SELECT id FROM table GROUP BY date;”); used to be colored as an SQL query. Now it’s just considered a normal text.

Is there a way to activate this feature?

Thanks for any help you can provide.

Best,

0 Likes