Skip to content

Commit c36e065

Browse files
committed
Update readme to include Visual Studio badge and GitHub mention.
1 parent 268b8da commit c36e065

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
This is a package with preferences and syntax highlighter for cutting edge
44
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
1010
type annotations, string formatting and regular expressions. It is built
1111
from scratch for robustness with an extensive test suite.
1212

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+
1317

1418
![](https://magicstack.github.io/MagicPython/example.png)
1519

@@ -215,7 +219,7 @@ If you intend to submit a pull request, please follow the following guidelines:
215219

216220
## Color Scheme
217221

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

Comments
 (0)