From a12e9165078fc01b26b7a251bd186ce380a6abc5 Mon Sep 17 00:00:00 2001 From: Roger Date: Sun, 13 Nov 2016 03:25:45 -0500 Subject: [PATCH 1/2] Adds MagicPython --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b35ea434..4b82de8a 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio. * Visual Studio Code * [Python](https://github.com/DonJayamanne/pythonVSCode) - An extension with rich support for the Python language, with features including linting, IntelliSense, formatting, refactoring, debugging, unit tests, and jupyter support. + * [Magic Python](https://github.com/MagicStack/MagicPython) - Cutting edge Python syntax highlighter for Visual Studio Code. Used by GitHub to highlight your Python code! * IDE * [LiClipse](http://www.liclipse.com/) - Free polyglot IDE based on Eclipse. Uses PyDev for Python support. * [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available. From 6aa55bc9aa8b768e5e5c7fddd93f6a31c4657a8a Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 21 Dec 2016 11:32:04 -0500 Subject: [PATCH 2/2] Add mention of other IDEs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b82de8a..73e0bd46 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PTVS](https://github.com/Microsoft/PTVS) - Python Tools for Visual Studio. * Visual Studio Code * [Python](https://github.com/DonJayamanne/pythonVSCode) - An extension with rich support for the Python language, with features including linting, IntelliSense, formatting, refactoring, debugging, unit tests, and jupyter support. - * [Magic Python](https://github.com/MagicStack/MagicPython) - Cutting edge Python syntax highlighter for Visual Studio Code. Used by GitHub to highlight your Python code! + * [Magic Python](https://github.com/MagicStack/MagicPython) - Cutting edge Python syntax highlighter for Sublime Text, Atom, and Visual Studio Code. Used by GitHub to highlight your Python code! * IDE * [LiClipse](http://www.liclipse.com/) - Free polyglot IDE based on Eclipse. Uses PyDev for Python support. * [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE by JetBrains. Has free community edition available.