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!
Originally from @SNvMK in https://github.com/microsoft/vscode/issues/120734 So, in python 3.10, there is match/case syntax. Currently, it is just white words(for monokai). I'd like if you add highlight for this. Thanks ...
* **Editor name and version**: VS Code 1.67 * **Platform**: all * **Color scheme**: all * **MagicPython version**: commit c9b3409deb69acec31bbf7913830e93a046b30cc * **A sreenshot**:  * **5-10 lines of surrounding code**:...
Issue Type: Bug Occasionaly my python interpreter stops working, it no longer detects mistyped variables, functions, or doesnt classify and color them. It basically turns into a text editor, restarting...
MagicPython currently only highlights a very small subset of the codetags from [PEP-0350](https://peps.python.org/pep-0350/): - NOTE: A note - XXX: Attention - HACK: A hack - FIXME: Problematic code - BUG:...
```py bar = 1 def foo(): pass foo() bar += 1 ```   Most theme's don't colorize `meta.function-call` as the idea is that it should cover function names, including...
* **Editor name and version**: IntelliJ IDEA 2021.3.2 (Ultimate Edition) * **Platform**: Ubuntu 20.04.4 LTS * **Color scheme**: * **MagicPython version**: * **A sreenshot**: * **5-10 lines of surrounding code**:...
## Environment data - VS Code version: 1.36.0 - MagicPython version: 1.1.1 - OS: macOS 10.14.5 - Color scheme: Dark+ (default dark) - Python version: 3.6.7 (miniconda) ## Expected behavior...
* **Editor name and version**: VS Code 1.62+ * **Platform**: Any * **Color scheme**: Any * **MagicPython version**: latest commit from main * **A sreenshot**:  * **5-10 lines of...
* **Editor name and version**: VS Code * **Platform**: Any * **Color scheme**: Any * **MagicPython version**: * **A sreenshot**: * **5-10 lines of surrounding code**: VS Code includes a...
Hi there, My VSCode does not work well on highlight syntax with python function annotation. Details are following: * **Editor name and version**: VSCode version 1.62.3 * **Platform**: Windows 10...