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

[ruby] add support for non-interpolated (and others) heredoc syntax #96

Open
aeschli opened this issue Apr 11, 2016 · 2 comments
Open

Comments

@aeschli
Copy link

aeschli commented Apr 11, 2016

From @rgl on April 11, 2016 8:13

  • VSCode Version: 0.10.11.
  • OS Version: Windows 10.

Currently Code supports the Here Documents (aka heredoc) using this syntax:

image

But the following are not supported:

image
image
image

See the exact details about the Here Documents at the Ruby Manual and also other examples.

Copied from original issue: microsoft/vscode#5155

@aeschli
Copy link
Author

aeschli commented Apr 11, 2016

the <<HEREDOC syntax seems to work now (there has been a recent update).
But I can reproduce the issue for <<-'EXPECTED'

@koenpunt
Copy link

koenpunt commented May 4, 2016

Also, interpolated variables are seen as comments in heredoc blocks:

image

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

No branches or pull requests

2 participants