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 69 MagicPython issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/51151590/113880319-964f0c80-97e5-11eb-861a-0c7076bfdb80.png)...

* **Editor name and version**: VS Code 1.67 * **Platform**: all * **Color scheme**: all * **MagicPython version**: commit c9b3409deb69acec31bbf7913830e93a046b30cc * **A sreenshot**: ![image](https://user-images.githubusercontent.com/38270282/172645134-50114cbe-6480-4c34-b956-4544fbdcbc2b.png) * **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 ``` ![vscode](https://user-images.githubusercontent.com/225897/35170988-6aecc22e-fd62-11e7-8ea6-488e4db36dcd.jpeg) ![image](https://user-images.githubusercontent.com/6461412/36315576-59d1753e-1338-11e8-86c6-f5aa4248bfae.png) 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**: ![image](https://user-images.githubusercontent.com/38270282/143234569-a8df39d5-e9f3-487d-b4f3-a21fede36b24.png) * **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...