Skip to content

Highlight all soft modifiers #155

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
odersky opened this issue Nov 30, 2020 · 2 comments · Fixed by #168
Closed

Highlight all soft modifiers #155

odersky opened this issue Nov 30, 2020 · 2 comments · Fixed by #168
Labels
bug Something isn't working Scala 3

Comments

@odersky
Copy link

odersky commented Nov 30, 2020

Not highlighted currently:

transparent   infix  open
@scala scala deleted a comment from odersky Nov 30, 2020
@nicolasstucki
Copy link
Contributor

These are soft modifiers http://dotty.epfl.ch/docs/reference/soft-modifier.html

@nicolasstucki nicolasstucki added Scala 3 bug Something isn't working labels Nov 30, 2020
@nicolasstucki nicolasstucki changed the title Highlight new modifiers. Highlight all soft modifiers Dec 2, 2020
@nicolasstucki
Copy link
Contributor

The current soft modifiers are: inline, opaque, open, transparent and infix

They should all be handled in a similar way.

@nicolasstucki nicolasstucki linked a pull request Dec 10, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Scala 3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants