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
Code after ["\c[MINUS-OR-PLUS SIGN]"] is highlighted-broken. Adding another quote in comments unbreaks it.
["\c[MINUS-OR-PLUS SIGN]"]
{ sub prefix:["\c[MINUS-OR-PLUS SIGN]"] ($thing) { return "AROUND$thing"; }; is ∓ "fish", "AROUNDfish", 'prefix operator overloading for new operator (unicode, \c[MINUS-OR-PLUS SIGN])'; # " } { my sub prefix:<->($thing) { return "CROSS$thing"; }; is(-"fish", "CROSSfish", 'prefix operator overloading for existing operator'); }
The text was updated successfully, but these errors were encountered:
Unbust highlights in atom
b545dab
Raku/atom-language#81
No branches or pull requests
Code after
["\c[MINUS-OR-PLUS SIGN]"]
is highlighted-broken. Adding another quote in comments unbreaks it.Example Code
Picture [optional]
Leave this in. For internal use.
The text was updated successfully, but these errors were encountered: