better-shell-syntax icon indicating copy to clipboard operation
better-shell-syntax copied to clipboard

`case` where `in` is on a new line don't get highlighted correctly

Open alexr00 opened this issue 3 weeks ago • 1 comments

The code with a problem is:

case "$1"\
  in
esac

It looks like:

Image

It should look like:

Image

Originally from @cD1rtX3 in https://github.com/microsoft/vscode/issues/276874

alexr00 avatar Nov 17 '25 11:11 alexr00

Duplicate of #115, but thank you!

cD1rtX3 avatar Nov 17 '25 13:11 cD1rtX3