Closed tgodzik closed 2 years ago
Previously, symbol in inheritance clause would be treated differently than outside it. Now, they are all treated the same.
There are three reasons for that change:
entity.other.inherited-class.scala
derives A, B, C
extends A, B, C
A
Fixes https://github.com/scala/vscode-scala-syntax/issues/239
Previously, symbol in inheritance clause would be treated differently than outside it. Now, they are all treated the same.
There are three reasons for that change:
entity.other.inherited-class.scala
and it would end up the same color as stringderives A, B, C
orextends A, B, C
and the firstA
would be colored differentlyFixes https://github.com/scala/vscode-scala-syntax/issues/239