We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3802629 commit c430b75Copy full SHA for c430b75
1 file changed
README.md
@@ -3,10 +3,14 @@
3
# MagicPython
4
5
This is a package with preferences and syntax highlighter for cutting edge
6
-Python 3 (although Python 2 is well supported too). The syntax is compatible
+Python 3, although Python 2 is well supported, too. The syntax is compatible
7
with [Sublime Text](http://www.sublimetext.com) and [Atom](http://atom.io).
8
It is meant to be a drop-in replacement for the default Python package.
9
10
+MagicPython correctly highlights all Python 3.5 syntax features, including
11
+type annotations, string formatting and regular expressions. It is built
12
+from scratch for robustness with an extensive test suite.
13
+
14
15

16
0 commit comments