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 ruby's squiggly heredoc #2049

Merged
merged 4 commits into from Aug 11, 2019

Commits on May 31, 2019

  1. Support for ruby's squiggly heredoc

    Ruby has the squiggly heredoc notation to insert indented multiline
    strings. This should be supported in addition to the existing heredoc
    notation.
    skyfmmf committed May 31, 2019
    Copy the full SHA
    a9dffd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Improve heredoc regexp

    egor-rogov committed Aug 11, 2019
    Copy the full SHA
    ba5d40c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    62a6aff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9b65075 View commit details
    Browse the repository at this point in the history