We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The %q/%Q syntax for quoting strings doesn't get highlighted as strings:
%q
%Q
This, by contrast, is how GitHub highlights them:
def quote %Q{She said: "We'll sup before we go."} end
And my editor:
The text was updated successfully, but these errors were encountered:
2d37800
Thanks for reporting and sorry for the delay. This should be fixed now.
Sorry, something went wrong.
Thanks!
No branches or pull requests
The
%q
/%Q
syntax for quoting strings doesn't get highlighted as strings:This, by contrast, is how GitHub highlights them:
And my editor:
The text was updated successfully, but these errors were encountered: