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

Recognize heredocs in argument lists #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aroben
Copy link

@aroben aroben commented Nov 12, 2014

We now allow heredocs to be preceded by commas, as they are in code such as the following:

    send :method, <<EOF
      hello
    EOF

We now allow heredocs to be preceded by commas, as they are in code such as the
following:

    send :method, <<EOF
      hello
    EOF
@TWiStErRob
Copy link

@aroben I think you need to rebase so this can be merged.

@arfon
Copy link

arfon commented Mar 8, 2016

@aroben - I'm doing some housekeeping on Linguist. Any chance you could update this PR so it can be merged?

@infininight
Copy link
Member

No rebase is needed I am testing out several heredoc related changes to decide how best to improve them. Hopefully should have something merged within a few days.

@aroben
Copy link
Author

aroben commented Mar 10, 2016

Thanks @infininight!

@pchaigno
Copy link

pchaigno commented Jul 6, 2017

@infininight Did you get a chance to look into these heredoc improvements?

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

Successfully merging this pull request may close these issues.

None yet

5 participants