Escaped double quote in here string breaks highlighting
Closed this issue · 2 comments
kretep commented
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"
Deleted user commented
For me it works wit the latest version
rsese commented