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
Using Q:qq breaks highlight for the entire file. Sticking # : after the construct works-around the issue
Q:qq
# :
# L<S02/C<Q> forms/:qq> { # adverb variation my @q = (); @q = Q:qq/$foo $bar/; is(+@q, 1, "Q:qq// is singular"); is(@q[0], "FOO BAR", "blah blah interp"); }; # L<S02/Interpolating into a single-quoted string/using the \qq>
The text was updated successfully, but these errors were encountered:
Work around highlights explosion in Atom
115be05
Issue Raku/atom-language#78
No branches or pull requests
Using
Q:qq
breaks highlight for the entire file. Sticking# :
after the construct works-around the issueExample Code
Picture [optional]
Leave this in. For internal use.
The text was updated successfully, but these errors were encountered: