jeff-hykin / better-shell-syntax

💾 📦 ♻️ An improvement to the shell syntax for VS Code
MIT License
50 stars 4 forks source link

Code blocks in curly braces show as being unmatched when there is no finishing ; #52

Closed alexr00 closed 1 year ago

alexr00 commented 1 year ago

The code with a problem is:

{ echo 1 ; echo 2 }

It looks like:

image

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

jeff-hykin commented 1 year ago

duplicate/variation of #42