Discourage installation for ST4 users by samarcyed · Pull Request #272 · MagicStack/MagicPython
@@ -1,8 +1,8 @@
# Magic Python [](https://travis-ci.org/MagicStack/MagicPython) [](https://atom.io/packages/magicpython) [](https://packagecontrol.io/packages/MagicPython) [](https://marketplace.visualstudio.com/items?itemName=magicstack.MagicPython)
This is a package with preferences and syntax highlighter for cutting edge Python 3, although Python 2 is well supported, too. The syntax is compatible with [Sublime Text](http://www.sublimetext.com), [Atom](http://atom.io) and Python 3, although Python 2 is well-supported, too. The syntax is compatible with [Sublime Text 2+](http://www.sublimetext.com), [Atom](http://atom.io) and [Visual Studio Code](http://code.visualstudio.com). It is meant to be a drop-in replacement for the default Python package.
Expand All
@@ -11,6 +11,11 @@ Python highlighter in Visual Studio Code. Don't install it unless you
want or need the cutting edge version of it. You will likely see no
difference because you're already using MagicPython.
**Attention Sublime Text 4 users**: The default Python package is well-maintained and more powerful than this syntax can ever be. It is recommended to use the Python support provided by default instead of MagicPython.
MagicPython correctly highlights all Python 3 syntax features, including type annotations, f-strings and regular expressions. It is built from scratch for robustness with an extensive test suite.Expand Down
This is a package with preferences and syntax highlighter for cutting edge Python 3, although Python 2 is well supported, too. The syntax is compatible with [Sublime Text](http://www.sublimetext.com), [Atom](http://atom.io) and Python 3, although Python 2 is well-supported, too. The syntax is compatible with [Sublime Text 2+](http://www.sublimetext.com), [Atom](http://atom.io) and [Visual Studio Code](http://code.visualstudio.com). It is meant to be a drop-in replacement for the default Python package.
**Attention Sublime Text 4 users**: The default Python package is well-maintained and more powerful than this syntax can ever be. It is recommended to use the Python support provided by default instead of MagicPython.
MagicPython correctly highlights all Python 3 syntax features, including type annotations, f-strings and regular expressions. It is built from scratch for robustness with an extensive test suite.