scala / vscode-scala-syntax

Visual Studio Code extension for syntax highlighting Scala sources
https://marketplace.visualstudio.com/items?itemName=scala-lang.scala
MIT License
76 stars 35 forks source link

bugfix: Remove entity.other.inherited-class.scala #242

Closed tgodzik closed 2 years ago

tgodzik commented 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:

Fixes https://github.com/scala/vscode-scala-syntax/issues/239