Semantic Tokens treats a standalone deriving strategy as type parameter #3983
Labels
component: semantic-tokens
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Your environment
Which OS do you use? macOS Sonoma14.2.1(23C71)
Which version of GHC do you use and how did you install it? GHC 9.2.8 via GHCup
How is your project built (alternative: link to the project)? By
cabal-install
. This can happen in any project, but seelinear-extra
.Which LSP client (editor/plugin) do you use? VSCode
Which version of HLS do you use and how did you install it? 2.6.0.0, via ghcup-vanilla-0.0.8.
Have you configured HLS in any way (especially: a
hie.yaml
file)? No. Auto Detection.Steps to reproduce
Adds a standalone deriving clause with explicit deriving strategy with Semantic Tokens enabled.
Example. Consider the following:
In above,
newtype
is treated as keyword correctly:Next, make
Hashable
instance deriving standalone:Then
newtype
is rendered differently!Changing
newtype
toanyclass
gives the same effect. If we change it tovia LocAddr_
,via
is rendered correctly.Expected behaviour
Both
newtype
andanyclass
must be treated as keyword.Actual behaviour
Treated as parameter, as above. Here is the token inspection result from VSCode:
Debug information
Here is the trace log of VSCode:
vscode.log
The text was updated successfully, but these errors were encountered: