Skip to content

Adapt syntax highlighting to stabilized Dotty syntax #76

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 Feb 12, 2020 · 1 comment
Closed

Adapt syntax highlighting to stabilized Dotty syntax #76

odersky opened this issue Feb 12, 2020 · 1 comment
Labels

Comments

@odersky
Copy link

odersky commented Feb 12, 2020

The Syntax from Dotty 0.22 on uses several new soft keywords that need to be properly syntax highlighed. In particular:

  • extension Ident? on (both extension and on should be highlighted)
  • using after opening "("
  • as following a given signature. A given signature consists of given, an optional identifier, and optional type parameters [...] and context parameters (using ...).
  • open as a soft modifier
@nicolasstucki
Copy link
Contributor

Replaced with #91, #86, #87, #88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants