MagicPython
MagicPython copied to clipboard
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
Results
75
MagicPython issues
Sort by
recently updated
recently updated
newest added
resolves #229
https://github.com/microsoft/pylance-release/issues/6958
Steps to Reproduce: Consider the following code, using type parameters with python >= 3.13: ```python def f[T](x: T) -> T: ... ``` The `->` is highlighted red, seemingly indicating a...