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
broken syntax highlighting with strange combination of SQL code inside of mult-line string #143
Comments
|
Is there a workaround for this? Personally I'm fine without the syntax highlighting for SQL statements. |
|
@thomir you can disable language-sql. This works for me. |
|
This also seems to slow down the entire editor. I have a rather large file full of multi-line strings with embedded quotes in SQL, and editing any line after the first instance of this formatting issue causes is 2-3 seconds per keystroke. Disabling |
|
@PostalBlab - thanks for the workaround on disabling language-sql. That worked for me as well. For anyone else looking for where to disable language-sql - it's under Preferences\Packages. |
|
+1, really annoying bug, especially with |
|
Looks like |


jdavidheiser commentedApr 21, 2016
As seen in the below code snippit - the extra assignment lines are interpreted as being part of the triple quote.
Getting rid of the parens or the SELECT statement (so it's not not trying to format as if it were SQL) seems to stop this behavior.
The text was updated successfully, but these errors were encountered: