Skip to content

Commit 9c06f4a

Browse files
committed
cleanup
1 parent 6fcf211 commit 9c06f4a

File tree

1 file changed

+0
-2
lines changed
  • plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens

1 file changed

+0
-2
lines changed

plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens/Tokenize.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ visitLeafIds lookupHsTokenType leaf = liftMaybeM mempty $ do
107107
where
108108
maybeTokenType = foldMap (getIdentifier lookupHsTokenType ranSplit) (M.keys bd)
109109

110-
-- takeHsSemanticType :: HsSemanticLookup -> SplitResult -> Identifier -> Maybe HsSemanticTokenType
111-
112110
getIdentifier :: HsSemanticLookup -> SplitResult -> Identifier -> Maybe HsSemanticTokenType
113111
getIdentifier lookupHsTokenType ranSplit idt = do
114112
case idt of

0 commit comments

Comments
 (0)