Closed alexr00 closed 1 year ago
{ echo 1 ; echo 2 }
I would expect that the curly braces show as matched even without the ending ;.
;
Originally from @@frypf in https://github.com/microsoft/vscode/issues/176190#issuecomment-1459706171
duplicate/variation of #42
The code with a problem is:
It looks like:
It should look like:
I would expect that the curly braces show as matched even without the ending
;
.Originally from @@frypf in https://github.com/microsoft/vscode/issues/176190#issuecomment-1459706171