We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Syntax highlighting broken.
from_date=$(psql 'SELECT max(date) FROM my_table')
'SELECT max(date) FROM my_table' is interpreted as a string, in which braces have no special meaning.
'SELECT max(date) FROM my_table'
All code after this point is incorrectly interpreted as being a string.
Firefox 132.0.2 (64-bit)
CE v1.429.0-14-ge854318f2
No response
The text was updated successfully, but these errors were encountered:
rubenfiszel
No branches or pull requests
Describe the bug
Syntax highlighting broken.
To reproduce
from_date=$(psql 'SELECT max(date) FROM my_table')
Expected behavior
'SELECT max(date) FROM my_table'
is interpreted as a string, in which braces have no special meaning.Screenshots
All code after this point is incorrectly interpreted as being a string.
Browser information
Firefox 132.0.2 (64-bit)
Application version
CE v1.429.0-14-ge854318f2
Additional Context
No response
The text was updated successfully, but these errors were encountered: