better-shell-syntax
better-shell-syntax copied to clipboard
`case` where `in` is on a new line don't get highlighted correctly
The code with a problem is:
case "$1"\
in
esac
It looks like:
It should look like:
Originally from @cD1rtX3 in https://github.com/microsoft/vscode/issues/276874
Duplicate of #115, but thank you!