Open
Description
Two small things stand out to me here:
- 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 asentity.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 beentity.name.scala
.