Sublime Forum

Color of sql query change when add quotes

#1

Hi
When i add quotes into sql query color of sql query(last part after variable changes)
What can i do to fix this problem?

0 Likes

#2

That’s a known limitation since a string is considered as SQL only if it starts with certain keywords.

1 Like

#3
2 Likes

#4

its possible to get this update now or wait when sublime text update automaticaly?

0 Likes

#5

It looks like that PR is already merged. If you want it urgently, you can just clone the Packages repo somewhere on your system and create a symlink of the PHP folder (in the above repo) in your Packages directory.

Or you can simply wait for it to be included in one of the future builds.

0 Likes