Skip to content

"extends" not colored if the extended symbol is in parentheses #83

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

Closed
kubukoz opened this issue Apr 17, 2020 · 0 comments · Fixed by #86
Closed

"extends" not colored if the extended symbol is in parentheses #83

kubukoz opened this issue Apr 17, 2020 · 0 comments · Fixed by #86

Comments

@kubukoz
Copy link

kubukoz commented Apr 17, 2020

This is valid code:

trait A extends (B => B){}

but it's currently showing extends differently than in simpler cases:

image

vs

image

anatoliykmetyuk added a commit that referenced this issue Jun 18, 2020
Fix #83: Accept `extends` followed by a `(`
nicolasstucki added a commit to nicolasstucki/vscode-scala-syntax that referenced this issue Jun 26, 2020
@nicolasstucki nicolasstucki linked a pull request Jun 26, 2020 that will close this issue
anatoliykmetyuk added a commit that referenced this issue Jun 29, 2020
Fix #83: Match function extensions with (?=\\([^\\)]+=>)
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

Successfully merging a pull request may close this issue.

1 participant