jeff-hykin / better-shell-syntax

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

Bracket matching is broken in some expressions #91

Open prosenboim opened 1 month ago

prosenboim commented 1 month ago

The code with a problem is:

 var1=$(( (var2 & 1 << ${var3})>>var4 ))

In code above, first bracket is colored red, as if it is not matched. Coloring after this line is also broken

It looks like:

image