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

stacked here-docs not handled #54

Open
ossilator opened this issue Mar 23, 2023 · 0 comments
Open

stacked here-docs not handled #54

ossilator opened this issue Mar 23, 2023 · 0 comments

Comments

@ossilator
Copy link

as documented in https://perldoc.perl.org/perlop#EOF, it is possible to have multiple adjacent here-documents:

   print <<"foo", <<"bar"; # you can stack them
I said foo.
foo
I said bar.
bar

this isn't highlighted properly - the second here-doc isn't treated as such, which of course leads to all kinds of "interesting" followup effects when it contains quotes, etc.

go to https://github.com/git/git/blob/v2.39.2/git-send-email.perl#L835 for a real-life demo.

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

No branches or pull requests

1 participant