An open API service providing commit metadata for open source projects.

GitHub / MagicStack/MagicPython / commits

Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!

SHA Message Author Date Stats
a304f636 Add a couple of tests for args unpacking Yury Selivanov <y****y@m****o> over 10 years ago
3ad6d57a Prepare 0.4.34 release Yury Selivanov <y****y@m****o> over 10 years ago
5eaa12f0 Scope string literal escape sequences similarly to Atom Yury Selivanov <y****y@m****o> over 10 years ago
d78bdaa8 Scope formatting placeholders similarly to Atom Yury Selivanov <y****y@m****o> over 10 years ago
1ba703f3 Recognize '&&' and '||' as illegal operators Yury Selivanov <y****y@m****o> over 10 years ago
9f7e839a Make operators scoping more granular (to match Atom language-python) Yury Selivanov <y****y@m****o> over 10 years ago
13bf5348 Prepare 0.4.33 release Yury Selivanov <y****y@m****o> over 10 years ago
7ff6ffd3 readme: Add a note about VSCode Yury Selivanov <y****y@m****o> over 10 years ago
0760b7d1 package.json: Require VSCode >= 0.9.1 Yury Selivanov <y****y@m****o> over 10 years ago
d6eb2160 Edits to make package.json to be digestible by VSCode Yury Selivanov <y****y@m****o> over 10 years ago
d0947850 Prepare 0.4.32 release Yury Selivanov <y****y@m****o> over 10 years ago
e26b18da Make scopes for single-line rx more consistent with regular strings Yury Selivanov <y****y@m****o> over 10 years ago
92bed5a3 Make dosctrings scoping consistent with normal strings Yury Selivanov <y****y@m****o> over 10 years ago
77020753 Prepare 0.4.31 release Yury Selivanov <y****y@m****o> over 10 years ago
55e52200 Recognize additional docstrings (and restore nice looking jump-to-symbol) Yury Selivanov <y****y@m****o> over 10 years ago
ce62297d Prepare 0.4.30 release Yury Selivanov <y****y@m****o> over 10 years ago
9fe90cac Add original sublime-build file Yury Selivanov <y****y@m****o> over 10 years ago
e570597b Move a test into a separate dir Yury Selivanov <y****y@m****o> over 10 years ago
c0253359 Add a test that we support unicode just fine Yury Selivanov <y****y@m****o> over 10 years ago
ff373834 Prepare 0.4.29 release Yury Selivanov <y****y@m****o> over 10 years ago
0935b72d Don't highlight lone '...' and '>>>' in docstrings Yury Selivanov <y****y@m****o> over 10 years ago
d5be7182 Add few more tests for PEP 484 typehinting comments Yury Selivanov <y****y@m****o> over 10 years ago
15f81272 readme: Fix typo. Yury Selivanov <y****y@m****o> over 10 years ago
6d671818 readme: Clarify type hints highlighting Yury Selivanov <y****y@m****o> over 10 years ago
c5c02f24 Prepare 0.4.28 release Yury Selivanov <y****y@m****o> over 10 years ago
b9aa8b03 Fix higlighting for format strings. Victor Petrovykh <v****h@s****m> over 10 years ago
90e8586d readme: MagicPython -> Magic Python Yury Selivanov <y****y@m****o> over 10 years ago
bed2fafb Ignore ST2 .cache files Yury Selivanov <y****y@m****o> over 10 years ago
05ac1526 Fix a typehinting regression Yury Selivanov <y****y@m****o> over 10 years ago
f73668cc Add PEP 484 examples Yury Selivanov <y****y@m****o> over 10 years ago
bb40a06f Highlight '#type:' with 'comment.typehint.directive.notation.python' Yury Selivanov <y****y@m****o> over 10 years ago
3f3da35d Fix incorrect highlighting of magic method calls. Victor Petrovykh <v****h@s****m> over 10 years ago
f9aa6f19 Reuse #comments template Yury Selivanov <y****y@m****o> over 10 years ago
94b25d4a Highlight '# type:' comments (PEP 484) Yury Selivanov <y****y@m****o> over 10 years ago
31ba9aa4 Recognize codetags in regexp comments Yury Selivanov <y****y@m****o> over 10 years ago
7602a0ad Prepare 0.4.27 release Yury Selivanov <y****y@m****o> over 10 years ago
9cdf8e32 Make the scope for opening/closing parenthesis and brackets consistent. Victor Petrovykh <v****h@s****m> over 10 years ago
11342d44 Add a unit test for '% s' formatting Yury Selivanov <y****y@m****o> over 10 years ago
a3181613 Prepare 0.4.26 release Yury Selivanov <y****y@m****o> over 10 years ago
204d428e Test that Python2 '<>' scopes OK Yury Selivanov <y****y@m****o> over 10 years ago
a00b1c2b travis: Remove emails Yury Selivanov <y****y@m****o> over 10 years ago
67c3322f Scope python2-only builtins with variable.legacy.builtin.python Yury Selivanov <y****y@m****o> over 10 years ago
513d84c5 Prepare 0.4.25 release Yury Selivanov <y****y@m****o> over 10 years ago
bff4e714 Scope 'super' with support.type.python Yury Selivanov <y****y@m****o> over 10 years ago
77c10bfc Prepare 0.4.24 release Yury Selivanov <y****y@m****o> over 10 years ago
adeb5298 Highlight built-in functions before [] (for Python 2 print statement etc) Yury Selivanov <y****y@m****o> over 10 years ago
79c7b400 Prepare 0.4.23 release Yury Selivanov <y****y@m****o> over 10 years ago
dcc6acf4 Highlight 'self' and 'cls' as special in item-access (ex: self[1]) Yury Selivanov <y****y@m****o> over 10 years ago
739ae35a Prepare 0.4.22 release Yury Selivanov <y****y@m****o> over 10 years ago
5408d3f9 Fix scoping of item access (ex: brackets in `foo[a]`) Yury Selivanov <y****y@m****o> over 10 years ago
2f6e77fb Prepare 0.4.21 release Yury Selivanov <y****y@m****o> over 10 years ago
489a57e0 Add 'meta.function-call.generic.python' scope to callee names Yury Selivanov <y****y@m****o> over 10 years ago
e46428f9 Add distinct scopes for self & cls variables and parameters Yury Selivanov <y****y@m****o> over 10 years ago
13a1c694 readme: Fix typos & link Yury Selivanov <y****y@m****o> over 10 years ago
c6609651 readme: theme -> scheme Yury Selivanov <y****y@m****o> over 10 years ago
cd6c6d8f readme: Mention Chromodynamics theme Yury Selivanov <y****y@m****o> over 10 years ago
dd1af25e readme: Move travis icon to the header Yury Selivanov <y****y@m****o> over 10 years ago
0fd0c2c9 make: Add devenv to PHONY Yury Selivanov <y****y@m****o> over 10 years ago
56b413a2 Link misc/scopes from the readme Yury Selivanov <y****y@m****o> over 10 years ago
ec060e42 Update README. Victor Petrovykh <v****h@s****m> over 10 years ago
c430b75e Update readme. Yury Selivanov <y****y@m****o> over 10 years ago
3802629f Prepare 0.4.20 release Yury Selivanov <y****y@m****o> over 10 years ago
325d8dfc Fix highlighting of decorators preceded by ':' Victor Petrovykh <v****r@m****o>
Committed by: Yury Selivanov <y****y@m****o>
over 10 years ago
2d115b5c Prepare 0.4.19 release Yury Selivanov <y****y@m****o> over 10 years ago
e1532445 Fix illegan mismatched closing quote for one-line regexp. Victor Petrovykh <v****h@s****m> over 10 years ago
35e46fbc make: By default make now installs syntaxdev and runs 'release' target Yury Selivanov <y****y@m****o> over 10 years ago
6c78a2e6 Prepare 0.4.18 release Yury Selivanov <y****y@m****o> over 10 years ago
15787626 Add messages for ST Yury Selivanov <y****y@m****o> over 10 years ago
a0236389 Add tests for global & nonlocal Yury Selivanov <y****y@m****o> over 10 years ago
97ad1a48 Sync cson and tmLanguage with 'syntax.yaml' Yury Selivanov <y****y@m****o> over 10 years ago
63eed64c Add a comment to the 'from-import' rule Yury Selivanov <y****y@m****o> over 10 years ago
b4b30832 Support 'from...import' syntax (no whitespace) Yury Selivanov <y****y@m****o> over 10 years ago
2c9dcb60 Add ellipsis Yury Selivanov <y****y@m****o> over 10 years ago
7bbbc082 Add tests for import statements Yury Selivanov <y****y@m****o> over 10 years ago
31c49459 Treat 'yield from' as one token Yury Selivanov <y****y@m****o> over 10 years ago
0291ac95 Add a test for the assert statement Yury Selivanov <y****y@m****o> over 10 years ago
7d586589 Add more tests for statements Yury Selivanov <y****y@m****o> over 10 years ago
363605b2 Prepare 0.4.17 release Yury Selivanov <y****y@m****o> over 10 years ago
16ec28ae scoping: '.comments.' -> '.comment.' Yury Selivanov <y****y@m****o> over 10 years ago
8a674445 Get rid of last '.triple.' scope Yury Selivanov <y****y@m****o> over 10 years ago
3cfc7f7b readme: Delete section header Yury Selivanov <y****y@m****o> over 10 years ago
051ecf52 Prepare 0.4.16 release Yury Selivanov <y****y@m****o> over 10 years ago
86a38632 readme: Move the screenshot higher Yury Selivanov <y****y@m****o> over 10 years ago
0a555d85 readme: Make intro shorter Yury Selivanov <y****y@m****o> over 10 years ago
aea7c523 readme: Add a screenshot Yury Selivanov <y****y@m****o> over 10 years ago
b3048b89 make: From now on list all the scopes we use in misc/scopes Yury Selivanov <y****y@m****o> over 10 years ago
b59a8e3e Fix tests to comply with syntaxdev@0.0.9 Yury Selivanov <y****y@m****o> over 10 years ago
9bec34ee Rename '*.yaml' -> 'syntax.yaml' Yury Selivanov <y****y@m****o> over 10 years ago
9918c251 Rename '*.YAML-tmLanguage' -> '*.yaml' Yury Selivanov <y****y@m****o> over 10 years ago
78009e7b Prepare 0.4.15 release Yury Selivanov <y****y@m****o> over 10 years ago
ca56cac3 Use one #codetags rule in comments and docstrings Yury Selivanov <y****y@m****o> over 10 years ago
ce9b803c readme: More edits. Yury Selivanov <y****y@m****o> over 10 years ago
8405d98a readme: More edits Yury Selivanov <y****y@m****o> over 10 years ago
7fbfbd72 Edit installation instructions Yury Selivanov <y****y@m****o> over 10 years ago
abadbb5e Prepare 0.4.14 release Yury Selivanov <y****v@s****m> over 10 years ago
488c23a5 Add AUTHORS file Yury Selivanov <y****v@s****m> over 10 years ago
feeecc5a Add support for single quoted doctrings (apparently they are popular) Yury Selivanov <y****v@s****m> over 10 years ago
2c645de7 Further normalize string scopes Yury Selivanov <y****v@s****m> over 10 years ago
8afe08ef Add 'multi' to 'string.quoted.docstring' scope Yury Selivanov <y****v@s****m> over 10 years ago
19af47f2 Simplify regex scopes (drop single/double quote info) Yury Selivanov <y****v@s****m> over 10 years ago

← Back to repository