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

Fully qualified method names not highlighted #8

Closed
zoffixznet opened this issue Dec 14, 2016 · 1 comment
Closed

Fully qualified method names not highlighted #8

zoffixznet opened this issue Dec 14, 2016 · 1 comment

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented Dec 14, 2016

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

augment class List {
    multi method perl2(List:D:) {
        self.List::perl;
        self.perl;
    }
}

Picture

z

samcv added a commit that referenced this issue Dec 14, 2016
@samcv
Copy link
Collaborator

samcv commented Dec 14, 2016

Thanks for reporting this 😄 just released v1.9.8 ⭐

@samcv samcv closed this as completed Dec 14, 2016
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