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

Support for `squiggly heredoc' syntax in ruby-mode.el #1372

Closed
wants to merge 1 commit into from

Conversation

koic
Copy link
Contributor

@koic koic commented Jun 1, 2016

This pull request adds the `squiggly heredoc' syntax to ruby-mode.el of Emacs.

That syntax is supported at Ruby 2.3 but it doesn't seem to be support in currently ruby-mode.el of Emacs.

@hsbt hsbt closed this in 452eba3 Jun 2, 2016
@nobu
Copy link
Member

nobu commented Jun 2, 2016

Thank you, could you send the patch to Emacs upstream too?

@koic koic deleted the support_squiggly_heredoc_in_emacs branch June 2, 2016 09:43
@koic
Copy link
Contributor Author

koic commented Jun 2, 2016

Unfortunately, I don't know how to send a patch to Emacs upstream. Would you please take care of it?

@nobu
Copy link
Member

nobu commented Jun 3, 2016

@koic
Copy link
Contributor Author

koic commented Jun 3, 2016

Thank you for your kindness.
It is a good opportunity to get to know Emacs upstream. Many Thanks.

nobu added a commit to nobu/ruby that referenced this pull request Jun 4, 2016
* misc/ruby-mode.el (ruby-here-doc-beg-re),
  (ruby-here-doc-beg-match, ruby-parse-partial): Support for
  `squiggly heredoc' syntax in ruby-mode.  [Fix rubyGH-1372]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
rhenium pushed a commit to rhenium/ruby that referenced this pull request Jun 11, 2016
* misc/ruby-mode.el (ruby-here-doc-beg-re),
  (ruby-here-doc-beg-match, ruby-parse-partial): Support for
  `squiggly heredoc' syntax in ruby-mode.  [Fix rubyGH-1372]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mrkn pushed a commit to mrkn/ruby that referenced this pull request Jun 13, 2016
* misc/ruby-mode.el (ruby-here-doc-beg-re),
  (ruby-here-doc-beg-match, ruby-parse-partial): Support for
  `squiggly heredoc' syntax in ruby-mode.  [Fix rubyGH-1372]

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@55259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlove pushed a commit to tenderlove/ruby that referenced this pull request Jul 11, 2016
* misc/ruby-mode.el (ruby-here-doc-beg-re),
  (ruby-here-doc-beg-match, ruby-parse-partial): Support for
  `squiggly heredoc' syntax in ruby-mode.  [Fix rubyGH-1372]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants