bug: Braces in subshell completely breaks Bash syntax highlighting #4817
Open
Description
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