We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Code supports the Here Documents (aka heredoc) using this syntax:
But the following are not supported:
See the exact details about the Here Documents at the Ruby Manual and also other examples.
The text was updated successfully, but these errors were encountered:
the <<HEREDOC syntax seems to work now (there has been a recent update). But I can reproduce the issue for <<-'EXPECTED'
Sorry, something went wrong.
This issue was moved to textmate/ruby.tmbundle#96
Closing as the issue is in https://github.com/textmate/ruby.tmbundle
aeschli
No branches or pull requests
Currently Code supports the Here Documents (aka heredoc) using this syntax:
But the following are not supported:
See the exact details about the Here Documents at the Ruby Manual and also other examples.
The text was updated successfully, but these errors were encountered: