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!
SInce this is not a bug report, I guess I won't fill out the bottom. Anyways, I just want [tree sisters][t] [grammar support][g] for speedy syntax highlighting. * **Editor name...
```python my_regex = r"\sword\.?" ``` To improve readability like the "\s" to be highlighted in blue as '\.?' is.
Got send here from 'vscode-python' https://github.com/microsoft/vscode-python/issues/11594 ``` def function(param1): x = 1 return param1 * x ``` Both `x` and `param1` are variables used inside the `function`, but `param1` is...
Got send here from 'vscode-python' https://github.com/microsoft/vscode-python/issues/11593 * **Editor name and version**: VS Code version: 1.44.2 * **Platform**: Windows_NT x64 10.0.17134 * **Color scheme**: Custom (close to Monokai) * **MagicPython version**:...
Since [PEP 585](https://www.python.org/dev/peps/pep-0585/) implemented in Python 3.9, one can use the generics syntax even with built-in collections, not just those included in `typing` (e.g. `list` vs. `typing.List`). As such, in...
* **Editor name and version**: VS Code 1.51.0 * **Platform**: MacOS * **Color scheme**: One Dark Pro * **MagicPython version**: 1.1.0 * **A sreenshot**:  * **5-10 lines of surrounding...
* **Editor name and version**: VS Code July 1.48.1 (latest) * **Platform**: OS X * **Color scheme**: One Dark Pro * **MagicPython version**: VS Code's version * **5-10 lines of...
There's no scope for annotations ```python variable: annotations # ^^^^^^^^ def function(param: annotations) -> annotations # ^^^^^^ ^^^^^^^ ``` It better have one scope covering them
Installed MagicPyton on VSCode. I found no benefit in using MagicPython. I uninstalled the extension, but now my "save-as" (for Python) is stuck on "gyp" and does not allow "py"...
Since it's not always possible to arbitrarily rebase changes on the master I've included updates to 2 separate issues in this PR.