-awk.ch: Support here-string

This commit is contained in:
Sebastian Gniazdowski 2019-12-30 03:27:52 +01:00
parent fa7e25cc28
commit 3720503f31

View file

@ -27,6 +27,10 @@ integer __idx1 __idx2
} || {
# Following call, i.e. not the first one.
if (( in_redirection > 0 || this_word & 128 )) || [[ $__wrd == "<<<" ]]; then
return 1
fi
# Check if chroma should end test if token is of type
# "starts new command", if so pass-through chroma ends
[[ "$__arg_type" = 3 ]] && return 2