MagicPython icon indicating copy to clipboard operation
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 74 MagicPython issues
Sort by recently updated
recently updated
newest added
trafficstars

Seems to be a problem w/ how Atom interprets the code. `For` loops it will give me the option to "fold" or "collapse" by clicking the carrot in the line...

OS X 10.11.2, Sublime Text 3113, Gravity theme, latest MagicPython. Trying out MagicPython from PythonImproved. In the first Python file I opened, I see: `X_train` and `X_test` are highlighted purple,...

enhancement
resolved

Hi. 👋 Short constant names seem to be highlighted incorrectly. I got the assumption that the bug might lie in this MagicPython package. What do you guys think? I ran...

* **Editor name and version**: Atom 1.27.1 & GitHub * **Platform**: Ubuntu * **Color scheme**: One Dark * **MagicPython version**: 1.0.12 * **A sreenshot**: ![2](https://user-images.githubusercontent.com/19969470/40881955-268358c8-6707-11e8-872d-5cfd388cb8a6.png) * **5-10 lines of surrounding...

Having tests, supporting 3 editors and all the new cool features of python 3.5 is such a beautiful work, I just wanted to have a way to say thanks for...

As you can see in the screenshot the first pair of braces is highlighted, but all braces below `{% %}` aren't: ![bildschirmfoto 2015-11-10 um 16 45 38](https://cloud.githubusercontent.com/assets/385566/11066965/976f2f68-87ca-11e5-9168-d4d766c9b162.png)

question

In Sublime3 `xrange` is not highlighted is that a bug or a feature? I'm still using Python 2

question

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](https://peps.python.org/pep-0695/). Currently these are incorrectly...

* **Editor name and version**: VS Code 1.81.1 * **Platform**: any * **Color scheme**: any * **MagicPython version**: 7d0f2b22a5ad8fccbd7341bc7b7a715169283044 * **A sreenshot**: Expected ![image](https://github.com/microsoft/vscode-python/assets/43649460/6284027d-f216-4cad-9932-4d606e4040d1) Actual: The `\` of a raw...