atom/language-shellscript

Escaped double quote in here string breaks highlighting

Closed this issue · 2 comments

I expect the following to be properly highlighted, but it is not:

echo $(bc <<< "$(cat file.txt | sed 's/"//g')")
echo "This is not highlighted properly"

For me it works wit the latest version

rsese commented

Thanks @bengtbrodersen0042 👍 This looks ok to me too with 1.40.0-nightly15 on macOS 10.12.6. With the cursor in the string on line 2:

shell-string

Going to go ahead and close this out, but if I'm misunderstanding anything please let me know.