Skip to content

Commit 0939372

Browse files
committedNov 23, 2016
readme: Mention 3.6 and f-strings
1 parent 82ce5d0 commit 0939372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ with [Sublime Text](http://www.sublimetext.com), [Atom](http://atom.io) and
66
[Visual Studio Code](http://code.visualstudio.com).
77
It is meant to be a drop-in replacement for the default Python package.
88

9-
MagicPython correctly highlights all Python 3.5 syntax features, including
10-
type annotations, string formatting and regular expressions. It is built
9+
MagicPython correctly highlights all Python 3.5 and 3.6 syntax features,
10+
including type annotations, f-strings and regular expressions. It is built
1111
from scratch for robustness with an extensive test suite.
1212

1313
We are proud to say that MagicPython has been included into the

0 commit comments

Comments
 (0)
Please sign in to comment.