We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcf211 commit 9c06f4aCopy full SHA for 9c06f4a
plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs
@@ -107,8 +107,6 @@ visitLeafIds lookupHsTokenType leaf = liftMaybeM mempty $ do
107
where
108
maybeTokenType = foldMap (getIdentifier lookupHsTokenType ranSplit) (M.keys bd)
109
110
- -- takeHsSemanticType :: HsSemanticLookup -> SplitResult -> Identifier -> Maybe HsSemanticTokenType
111
-
112
getIdentifier :: HsSemanticLookup -> SplitResult -> Identifier -> Maybe HsSemanticTokenType
113
getIdentifier lookupHsTokenType ranSplit idt = do
114
case idt of
0 commit comments