-
Notifications
You must be signed in to change notification settings - Fork 101
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
SQL highlighting broken when string contains square brackets #95
Comments
Which SQL standard is this based on? What special syntax rule does it use? |
https://www.w3schools.com/sql/func_sqlserver_concat_with_plus.asp Microsoft SQL-Server, TSQL, Azure DataWarehouse, ... |
Can you provide a full example where it doesn't work? @rgpublic |
Does ist also work for you with https://www.drupal.org/project/geshifilter This module is used on a site we're taking care of for a blog about programming issues to format code excerpts. Sometimes, there's only a short code excerpt discussed. It's not always a full executable MySQL statement. But shouldn't the above thing be formatted right anyway? It works if there is not a square bracket within the quotes. Doesn't make that much sense to me... |
When trying to highlight this as SQL:
I get wrong results.
The text was updated successfully, but these errors were encountered: