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
I'm on v1.9.7
Fully qualified method names not highlighted. I expected them to be highlighted same as normal methods (or fancier).
.List::perl in the code below is not highlited.
.List::perl
augment class List { multi method perl2(List:D:) { self.List::perl; self.perl; } }
The text was updated successfully, but these errors were encountered:
Fix part of Issue #8 and add tests
44e54e0
Fix issue #8 and update the tests, which now pass
d350c1a
Thanks for reporting this 😄 just released v1.9.8 ⭐
Sorry, something went wrong.
No branches or pull requests
Issue Description
I'm on v1.9.7
Fully qualified method names not highlighted. I expected them to be highlighted same as normal methods (or fancier).
.List::perl
in the code below is not highlited.Example Code
Picture
The text was updated successfully, but these errors were encountered: