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!
* **Sublime Text Build 3211**: * **OSX Darwin Kernel Version 19.3.0**: * **MagicPython version ???**: External related issue: https://github.com/DamnWidget/anaconda/issues/552 Anaconda may or may not be relevant in this issue, but...
* **Editor name and version**: VS Code 1.33.0 * **Platform**: Windows 10 1809 * **Color scheme**: Pycharm Dracula Style (WIP) * **MagicPython version**: 1.1.0 First of all congrats on the...
Hi, I wanted to draw attention to the fact that formatted-raw string literals are syntax highlighted by MagicPython as if they were ordinary raw string literals, without any special syntax...
title says it all My friend told me to come here. im on Windows 10 VS-Code v1.40 With about 2 handfuls of extensions.
I want to use `MagicPython` with [CodeMap](https://github.com/oleg-shilo/sublime-codemap), which requires the location of `.tmLanguage` file. It by defaults uses the builtin Python tmLanguage file. However, I cannot keep the original Python...
Hi, I wonder if anyone has considered support for rST files (I'm thinking particularly of the directives and labels often used when writing for Sphinx? If I wanted to implement...
Image: Repro: ``` python 'bad lines are continued \ like this. do not do it!' ``` Red `^M`s appear in files with DOS line endings (even though they don't appear...
Could you please at a tag to the semicolon? `punctuation.terminator.statement.python` would be ideal * **Editor name and version**: VS Code, latest stable * **Platform**: Mac OS High Sierra * **Color...
Hello, How can I use this project for by own terminal code editor what I am making now?
Hello. Sometimes the `:...` aspect of a format string is highlighted in its entirety but often times it's not. I would like to know if it's possible to make it...