-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support strings start with more SQL keywords #115
Comments
Also AND OR |
|
How would you rebuild it? Tried packaging it with |
I update engines in package.json to: "engines": {
"vscode": "^1.88.0"
}, And use this command: npx vsce package && code --install-extension inline-sql-syntax-2.16.0.vsix
|
I really like the changes made in that repo, thanks! I had to change one of the |
It would be nice to support more keywords such as
WHERE
and use uppercase to avoid confusion. The use case would be for conditional query manipulation, e.g.The text was updated successfully, but these errors were encountered: