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 in extended routine colonpairs mess up highlighting #47

Open
4 tasks
zoffixznet opened this issue Jan 28, 2017 · 1 comment
Open
4 tasks

Quotes in extended routine colonpairs mess up highlighting #47

zoffixznet opened this issue Jan 28, 2017 · 1 comment

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented Jan 28, 2017

P.S.: Found this one in roast. At the end of that file even if I place extra quotes into comments the highlighting is still messed up. Not sure if that's simply a fail in my attempt of unbreaking it or if there's something else that's messing them up

Example Code

sub circumfix:<x y> {} # this comment is good
sub circumfix:<w "> {} # this comment is not highlighted right
say 'hello " world'; # the `"` in the string fixes the messup

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 29, 2017

This will be tricky to fix, seems to be something odd going on. I may have to special case this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants