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

Quotes inside angle brakes that aren't assigned to variable break highlighting #37

Closed
2 of 4 tasks
zoffixznet opened this issue Jan 1, 2017 · 4 comments
Closed
2 of 4 tasks

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented Jan 1, 2017

I'm on v1.13.1

Example Code

for <
    $* $" $$ $; $& $` $' $, $. $\ $| $? $@ $]
  $: $= $% $^ $~ @- @+ %- %+ %!
> {
    throws-like "$_ = 1;", X::Syntax::Perl5Var, "Did $_ throw Perl5Var?";
}

# blah blah

Picture [optional]

untitled

Leave this in. For internal use.

  • Fixed in Master
  • Fixed in Release
  • Has Tests
  • Passes Tests
@samcv
Copy link
Collaborator

samcv commented Jan 1, 2017

If you remove the quotes does it highlight fine? Or is it not triggering the angle bracket quoting?

@samcv
Copy link
Collaborator

samcv commented Jan 1, 2017

Ah I see it's not triggering the angle bracket quoting. Will add for as one of the whitelisted things to allow multi-line. Can you think of any others I should add?

@zoffixznet
Copy link
Contributor Author

No idea.

samcv added a commit that referenced this issue Jan 1, 2017
@samcv
Copy link
Collaborator

samcv commented Jan 1, 2017

Released a new version, should be fixed now.

@samcv samcv closed this as completed Jan 1, 2017
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

2 participants