|
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. |
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. |
| 6 | +[Visual Studio Code](http://code.visualstudio.com) (it's actually the default |
| 7 | +syntax highlighter for Python in VSCode). It is meant to be a drop-in |
| 8 | +replacement for the default Python package. |
12 | 9 |
|
13 | 10 | We are proud to say that MagicPython has been included into the
|
14 | 11 | [github/linguist](https://github.com/github/linguist), a library used
|
15 | 12 | by GitHub.com to process languages.
|
16 | 13 |
|
| 14 | +Since MagicPython is used as the _default_ Python highlighter in |
| 15 | +Visual Studio Code, it means that unless there's some issue that has |
| 16 | +been fixed in a fresh MagicPython release that is not yet available in |
| 17 | +VSCode, there's no reason to install MagicPython as a separate |
| 18 | +extension. You will likely see no difference because you're already |
| 19 | +using MagicPython. |
17 | 20 |
|
18 |
| - |
| 21 | +MagicPython correctly highlights all Python 3.5 and 3.6 syntax features, |
| 22 | +including type annotations, f-strings and regular expressions. It is built |
| 23 | +from scratch for robustness with an extensive test suite. |
19 | 24 |
|
20 |
| -Type hints in comments require support by the color scheme. The one |
| 25 | +Type hints in comments require support by the color scheme. The one |
21 | 26 | used in the screenshot is
|
22 | 27 | [Chromodynamics](https://github.com/MagicStack/Chromodynamics).
|
23 | 28 |
|
| 29 | + |
| 30 | + |
24 | 31 |
|
25 | 32 | ## Installation Instructions
|
26 | 33 |
|
|
0 commit comments