We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python 3.12 introduced new syntax for type aliases:
this is currently highlighted incorrectly:
(the
typekeyword should be blue and theFooname should be green)related: #262