We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3.12 introduced new syntax for type aliases:
type Foo = int
this is currently highlighted incorrectly:
(the type keyword should be blue and the Foo name should be green)
type
Foo
related: #262
The text was updated successfully, but these errors were encountered:
as a workaround, i've fixed this with semantic highlighting in basedpyright:
though i'm not sure how to make it blue (or if it even should be blue). DetachHead/basedpyright#147
Sorry, something went wrong.
No branches or pull requests
python 3.12 introduced new syntax for type aliases:
this is currently highlighted incorrectly:
(the
type
keyword should be blue and theFoo
name should be green)related: #262
The text was updated successfully, but these errors were encountered: