You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://vsmarketplacebadge.apphb.com/version/joesmo12.MagicPython310.svg"><imgalt="Visual Studio Code"src="https://vsmarketplacebadge.apphb.com/version/joesmo12.MagicPython310.svg"></a>
8
+
</p>
8
9
9
-
**Attention VSCode users**: MagicPython is used as the _default_
10
-
Python highlighter in Visual Studio Code. Don't install it unless you
11
-
want or need the cutting edge version of it. You will likely see no
12
-
difference because you're already using MagicPython.
10
+
A syntax highlighter for Python 3.10 and beyond Compatible with [Sublime Text](http://www.sublimetext.com) and [Visual Studio Code](http://code.visualstudio.com). Unlike other plugins, this plugin is designed simple. You download, install, and program. No twists, turns, or roundabouts.
13
11
14
-
MagicPython correctly highlights all Python 3 syntax features,
15
-
including type annotations, f-strings and regular expressions. It is
16
-
built from scratch for robustness with an extensive test suite.
12
+
For VSC, MagicPython310 should be used as the default highlighter. It ensures that Python 3.10 and beyond will be properly highlighted. Versions prior to 3.10 will likely appear properly, but this feature is not guaranteed.
13
+
14
+
Our goal is to make match-case statements, type annotations, f-strings and regular expressions get the syntax highlighting they deserve. It is built from scratch for robustness with an extensive test suite.
17
15
18
16
Type hints in comments require support by the color scheme. The one
0 commit comments