magicant/settings

Wrong syntax highlighting of shell script for command with comment

Closed this issue · 0 comments

In the shell script below, the do keyword is wrongly indicated as an error.

for foo in bar \
# comment
do
:
done