jeff-hykin / better-shell-syntax

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

Case statement with the word 'in' inside a clause breaks highlighting #81

Closed friendly-bits closed 3 months ago

friendly-bits commented 3 months ago

The code with a problem is:

case a in b) echo "the word 'in' triggers the issue."; esac
echo "Now highlighting is wrong"

It looks like:

image

friendly-bits commented 3 months ago

P.s. image

jeff-hykin commented 3 months ago

Thanks! should be fixed in v1.8.1