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!
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,...
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**:  * **5-10 lines of surrounding...
(self-assigning this)
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: 
In Sublime3 `xrange` is not highlighted is that a bug or a feature? I'm still using Python 2
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  Actual: The `\` of a raw...