Skip to content

[bash] commands after HEREDOC delimiter are highlighted like the HEREDOC #35

Description

@aeschli

From @dexwerx on January 5, 2017 20:59

  • VSCode Version: 1.8.1
  • OS Version: Windows 7 x64

Steps to Reproduce:

  1. Create a Shell Script
  2. Paste
# grab field types from ORACLE
sqlplus -s user/pass << EOD | sed '/^$/d' | awk 'NR>2{print}' > temp.txt
SET PAGESIZE 0;
SET FEEDBACK OFF;
DESCRIBE $1;
EOD

everything after the end of heredoc token EOD is highlighted the same as the rest of the heredoc.

Copied from original issue: microsoft/vscode#18192

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions