eclipse / shellwax

Shell script editor plugin for Eclipse
https://marketplace.eclipse.org/content/shellwax
Eclipse Public License 2.0
17 stars 12 forks source link

All source lines are red underscored if ' or " is unmatched #42

Closed amurashkin17 closed 2 years ago

amurashkin17 commented 4 years ago

Inserting an unmatched ' or " makes ALL source code lines to be displayed underscored, in red, with many error markers (48 in my case). For example

for item in "$val; do

akurtakov commented 2 years ago

No longer happens as underlying LS stepped back on some checks that raised false positivies.