Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve syntax highlighting for here-doc lines with parameters #79

Open
de-jcup opened this issue Nov 29, 2017 · 0 comments
Open

Improve syntax highlighting for here-doc lines with parameters #79

de-jcup opened this issue Nov 29, 2017 · 0 comments

Comments

@de-jcup
Copy link
Owner

de-jcup commented Nov 29, 2017

# Commands might also follow the heredoc string delimiter 
# and you would probably want to have syntax highlighting there, e.g.
## -- sorry currently not working because of the standard token handling
## in eclipse. Not easy to implement... maybe in future
cat << EOF | grep -i TargetString --color
asdf
EOF

Are currently shown as

image

the syntax highlighting of the grep command is not shown.

It's because of the standard token handling in eclipse.

Maybe its possible to support here syntax highlighting as well.

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

No branches or pull requests

1 participant