Describe the issue
hljs assumes that what comes after a heredoc is a string.
However, the end of the line may be the continuation of the command line.
Which language seems to have the issue?
shell, bash
Are you using highlight or highlightAuto?
highlight
Sample Code to Reproduce
echo "ok" <<-EOF | cat
Hello
EOF
Expected behavior
cat should be highlighted as a command instead of being highlighted as a string.
Describe the issue
hljs assumes that what comes after a heredoc is a string.
However, the end of the line may be the continuation of the command line.
Which language seems to have the issue?
shell, bash
Are you using
highlightorhighlightAuto?highlight
Sample Code to Reproduce
Expected behavior
catshould be highlighted as a command instead of being highlighted as a string.