Skip to content

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

@dexwerx

Description

@dexwerx
  • 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.

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