basedpyright
basedpyright copied to clipboard
figure out how to make `type` keyword blue
currently it's purple (SemanticTokenTypes.keyword) but i think the type keyword is more similar to the blue keywords than the purple ones.
though i have no idea what the distinction is supposed to be. there are cases where the same keyword is highlighted blue or purple for seemingly no reason (#148)
gonna wait and see what the response is to https://github.com/microsoft/pylance-release/issues/5824 before investing any more effort into things that should be handled by the syntax highlighter