|
3 | 3 | This is a package with preferences and syntax highlighter for cutting edge
|
4 | 4 | Python 3, although Python 2 is well supported, too. The syntax is compatible
|
5 | 5 | with [Sublime Text](http://www.sublimetext.com), [Atom](http://atom.io) and
|
6 |
| -[Visual Studio Code](http://code.visualstudio.com). |
7 |
| -It is meant to be a drop-in replacement for the default Python package. |
| 6 | +[Visual Studio Code](http://code.visualstudio.com). It is meant to be a drop-in |
| 7 | +replacement for the default Python package. |
8 | 8 |
|
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 |
11 |
| -from scratch for robustness with an extensive test suite. |
| 9 | +We are proud to say that MagicPython is used by GitHub to highlight Python. |
12 | 10 |
|
13 |
| -We are proud to say that MagicPython has been included into the |
14 |
| -[github/linguist](https://github.com/github/linguist), a library used |
15 |
| -by GitHub.com to process languages. |
| 11 | +**Attention VSCode users**: MagicPython is used as the _default_ |
| 12 | +Python highlighter in Visual Studio Code. Don't install it unless you |
| 13 | +want or need the cutting edge version of it. You will likely see no |
| 14 | +difference because you're already using MagicPython. |
16 | 15 |
|
| 16 | +MagicPython correctly highlights all Python 3 syntax features, |
| 17 | +including type annotations, f-strings and regular expressions. It is |
| 18 | +built from scratch for robustness with an extensive test suite. |
17 | 19 |
|
18 |
| - |
19 |
| - |
20 |
| -Type hints in comments require support by the color scheme. The one |
| 20 | +Type hints in comments require support by the color scheme. The one |
21 | 21 | used in the screenshot is
|
22 | 22 | [Chromodynamics](https://github.com/MagicStack/Chromodynamics).
|
23 | 23 |
|
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 | ## Installation Instructions
|
26 | 28 |
|
|
0 commit comments