1
- # Magic Python [ ![ Build Status] ( https://travis-ci.org/MagicStack/MagicPython.svg?branch=master )] ( https://travis-ci.org/MagicStack/MagicPython ) [ ![ ] ( https://img.shields.io/apm/dm/magicpython.svg?label=Atom )] ( https://atom.io/packages/magicpython ) [ ![ ] ( https://img.shields.io/badge/ Sublime%20Text-%3E2k -red.svg )] ( https://packagecontrol.io/packages/ MagicPython )
1
+ # Magic Python [ ![ Build Status] ( https://travis-ci.org/MagicStack/MagicPython.svg?branch=master )] ( https://travis-ci.org/MagicStack/MagicPython ) [ ![ apm ] ( https://img.shields.io/apm/dm/magicpython.svg?label=Atom )] ( https://atom.io/packages/magicpython ) [ ![ Package Control ] ( https://img.shields.io/packagecontrol/dt/MagicPython.svg?label= Sublime%20Text )] ( https://packagecontrol.io/packages/MagicPython ) [ ![ ] ( https://img.shields.io/badge/Visual%20Studio%20Code-%3E6k -red.svg)] ( https://marketplace.visualstudio.com/items?itemName=magicstack. MagicPython )
2
2
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
@@ -10,6 +10,10 @@ MagicPython correctly highlights all Python 3.5 syntax features, including
10
10
type annotations, string formatting and regular expressions. It is built
11
11
from scratch for robustness with an extensive test suite.
12
12
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.
16
+
13
17
14
18
![ ] ( https://magicstack.github.io/MagicPython/example.png )
15
19
@@ -215,7 +219,7 @@ If you intend to submit a pull request, please follow the following guidelines:
215
219
216
220
## Color Scheme
217
221
218
- If you want to write your own color scheme for MagicPython you can find a list of
219
- all the scopes that we use in [ misc/scopes ] ( misc/scopes ) . The file is
220
- automatically generated based on the syntax grammar, so it is always up-to-date
221
- and exhaustive.
222
+ If you want to write your own color scheme for MagicPython you can
223
+ find a list of all the scopes that we use in
224
+ [ misc/scopes ] ( misc/scopes ) . The file is automatically generated based
225
+ on the syntax grammar, so it is always up-to-date and exhaustive.
0 commit comments