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

Ruby: %Q{} string syntax displays incorrectly #590

Closed
kytrinyx opened this issue Jun 5, 2015 · 2 comments
Closed

Ruby: %Q{} string syntax displays incorrectly #590

kytrinyx opened this issue Jun 5, 2015 · 2 comments

Comments

@kytrinyx
Copy link

kytrinyx commented Jun 5, 2015

The %q/%Q syntax for quoting strings doesn't get highlighted as strings:

prism

This, by contrast, is how GitHub highlights them:

def quote
  %Q{She said: "We'll sup before we go."}
end

And my editor:

editor

@Golmote Golmote closed this as completed in 2d37800 Sep 3, 2015
@Golmote
Copy link
Contributor

Golmote commented Sep 3, 2015

Thanks for reporting and sorry for the delay. This should be fixed now.

@kytrinyx
Copy link
Author

kytrinyx commented Sep 3, 2015

Thanks!

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