Skip to content
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

bug: Braces in subshell completely breaks Bash syntax highlighting #4817

Open
Bilge opened this issue Nov 29, 2024 · 0 comments
Open

bug: Braces in subshell completely breaks Bash syntax highlighting #4817

Bilge opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Bilge
Copy link

Bilge commented Nov 29, 2024

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

image

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

@Bilge Bilge added the bug Something isn't working label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants