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 #5155

Closed
rgl opened this issue Apr 11, 2016 · 3 comments
Closed

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

rgl opened this issue Apr 11, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone

Comments

@rgl
Copy link

rgl commented Apr 11, 2016

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

@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Apr 11, 2016
@aeschli
Copy link
Contributor

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'

@aeschli
Copy link
Contributor

aeschli commented Apr 11, 2016

This issue was moved to textmate/ruby.tmbundle#96

@aeschli aeschli closed this as completed Apr 11, 2016
@aeschli aeschli added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Apr 11, 2016
@aeschli aeschli added this to the Backlog milestone Apr 11, 2016
@aeschli aeschli reopened this Apr 11, 2016
@aeschli
Copy link
Contributor

aeschli commented Feb 21, 2017

Closing as the issue is in https://github.com/textmate/ruby.tmbundle

@aeschli aeschli closed this as completed Feb 21, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants