You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #229: when writing a generic class/function that uses type parameters, the syntax is incorrectly highlighted. This syntax was introduced in 3.12 via PEP 695.
Currently these are incorrectly scoped as attribute access (see attached screenshots). MVP to reproduce is simply
classFoo[T]:
pass
Editor name and version: Sublime text 4169
Platform: Windows 10
Color scheme: Monokai
MagicPython version: 1.1.1
The text was updated successfully, but these errors were encountered:
Related to #229: when writing a generic class/function that uses type parameters, the syntax is incorrectly highlighted. This syntax was introduced in 3.12 via PEP 695.
Currently these are incorrectly scoped as attribute access (see attached screenshots). MVP to reproduce is simply
The text was updated successfully, but these errors were encountered: