You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dots aren't highlighted. I think we should aim to highlight the dots in the qualified name as punctuation, like we do for qualified names in imports.
The package names are highlighted as scala.source, whereas they are highlighted as entity.name.import.scala for imports. With my editor theme, package names show up as yellow in imports, and white in extends. Should we aim to unify the two? For instance, the package names in extends could be entity.name.scala.
The text was updated successfully, but these errors were encountered:
I think we may need the extends keyword to push us into a new state, say #parent-classes. Would there always be a clear end token to this state, like : or {, or could it end with a newline with the new syntax?
@MaximeKjaer:
The text was updated successfully, but these errors were encountered: