FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · MagicStack/MagicPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MagicStack
/
MagicPython
Public
Notifications
You must be signed in to change notification settings
Fork
98
Star
1.4k
Code
Issues
65
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Nov 12, 2020
Github doesn't seem to use MP for highlighter tokenization
Show description for 6d8ca90
elprans
committed
6d8ca90
View commit details
Copy full SHA for 6d8ca90
Browse repository at this point
Commits on Jul 31, 2020
Remove invalid first_line_match key
pchaigno
authored and
vpetrovykh
committed
b2b4f4a
View commit details
Copy full SHA for b2b4f4a
Browse repository at this point
constant.numeric.dec.python only has 2 capture groups
asottile
authored and
vpetrovykh
committed
225fa4c
View commit details
Copy full SHA for 225fa4c
Browse repository at this point
Commits on May 18, 2020
Fix for loop highlighting #211 (#212)
nullie
authored
b4b2e6e
View commit details
Copy full SHA for b4b2e6e
Browse repository at this point
Commits on May 1, 2020
Update the way "in" is scoped.
Show description for 2ca894f
vpetrovykh
committed
2ca894f
View commit details
Copy full SHA for 2ca894f
Browse repository at this point
Improve detection of call signature and kwargs.
Show description for 72ccccb
vpetrovykh
committed
72ccccb
View commit details
Copy full SHA for 72ccccb
Browse repository at this point
Add some more specific scopes for member access.
Show description for dd48b8f
vpetrovykh
committed
dd48b8f
View commit details
Copy full SHA for dd48b8f
Browse repository at this point
Commits on Mar 31, 2020
Add snakemake (#203)
goi42
authored
0b09c1f
View commit details
Copy full SHA for 0b09c1f
Browse repository at this point
Commits on Feb 16, 2020
Regenerate tmLanguage files using `make` (#196)
asottile
authored
c9b3409
View commit details
Copy full SHA for c9b3409
Browse repository at this point
Commits on Oct 22, 2019
Add an `update-test` make target.
Show description for 9d40c71
vpetrovykh
committed
9d40c71
View commit details
Copy full SHA for 9d40c71
Browse repository at this point
Commits on Oct 17, 2019
Bump syntaxdev dep
Yury Selivanov
committed
076e2bb
View commit details
Copy full SHA for 076e2bb
Browse repository at this point
Add a `meta.member.access.python` scope.
Show description for c0f8d51
vpetrovykh
committed
c0f8d51
View commit details
Copy full SHA for c0f8d51
Browse repository at this point
Commits on Mar 15, 2019
Fix the 'make devenv' target
Yury Selivanov
committed
e57ccc1
View commit details
Copy full SHA for e57ccc1
Browse repository at this point
Upgrade syntaxdev to 0.1.0
Yury Selivanov
committed
38422d3
View commit details
Copy full SHA for 38422d3
Browse repository at this point
Commits on Oct 21, 2018
Scope `from`, `import`, and `as` the same way in imports. (#165)
Show description for 8ff35b3
vpetrovykh
authored and
Yury Selivanov
committed
8ff35b3
View commit details
Copy full SHA for 8ff35b3
Browse repository at this point
Fix comment (#167)
Show description for ea55e27
fjeicam
authored and
Yury Selivanov
committed
ea55e27
View commit details
Copy full SHA for ea55e27
Browse repository at this point
Commits on Oct 5, 2018
Prepare 1.1.1 release
Yury Selivanov
committed
1417e08
View commit details
Copy full SHA for 1417e08
Browse repository at this point
Commits on Oct 4, 2018
package.json: deps -> dev-deps
Yury Selivanov
committed
da6fa07
View commit details
Copy full SHA for da6fa07
Browse repository at this point
Prepare 1.1.0 release
Yury Selivanov
committed
c8893ca
View commit details
Copy full SHA for c8893ca
Browse repository at this point
Add support for new Python 3.7 attrs/builtins
Show description for 9540297
Yury Selivanov
committed
9540297
View commit details
Copy full SHA for 9540297
Browse repository at this point
Tokenize `@` and `.` in decorators (#110)
Show description for 4030374
chbk
authored and
Yury Selivanov
committed
4030374
View commit details
Copy full SHA for 4030374
Browse repository at this point
Changing Try-Except... snippets to be Python 3 style (as instead of ,) (#154)
therumbler
authored and
Yury Selivanov
committed
a891320
View commit details
Copy full SHA for a891320
Browse repository at this point
Bugfix for an apparent infinite loop in grammar. (#163)
Show description for 1b72e04
vpetrovykh
authored and
Yury Selivanov
committed
1b72e04
View commit details
Copy full SHA for 1b72e04
Browse repository at this point
Commits on Sep 12, 2018
Modify foldEndPattern
Kyle Barron
authored and
vpetrovykh
committed
cc2b832
View commit details
Copy full SHA for cc2b832
Browse repository at this point
Commits on Jul 19, 2018
Update the `*` and `**` in funciton call scopes.
Show description for ad6bd62
vpetrovykh
committed
ad6bd62
View commit details
Copy full SHA for ad6bd62
Browse repository at this point
Fix an issue with `import` highlighting.
Show description for 7c43d1c
vpetrovykh
committed
7c43d1c
View commit details
Copy full SHA for 7c43d1c
Browse repository at this point
Stop interpreting `exec` as a keyword.
Show description for 9c874c6
vpetrovykh
committed
9c874c6
View commit details
Copy full SHA for 9c874c6
Browse repository at this point
Add '%b' as a valid percent-format (PEP 461).
Show description for 2780782
vpetrovykh
committed
2780782
View commit details
Copy full SHA for 2780782
Browse repository at this point
Update string formatting scopes.
Show description for fb56c6a
vpetrovykh
committed
fb56c6a
View commit details
Copy full SHA for fb56c6a
Browse repository at this point
Commits on Jul 10, 2018
Fix a docstring highlighter bug.
vpetrovykh
committed
f340032
View commit details
Copy full SHA for f340032
Browse repository at this point
Commits on Aug 11, 2017
Prepare 1.0.12 release
Yury Selivanov
committed
935abef
View commit details
Copy full SHA for 935abef
Browse repository at this point
Highlight `.` in its own scope. (#101)
Show description for b453f26
vpetrovykh
authored and
Yury Selivanov
committed
b453f26
View commit details
Copy full SHA for b453f26
Browse repository at this point
Update README.md. (#99)
vpetrovykh
authored
dcb1a38
View commit details
Copy full SHA for dcb1a38
Browse repository at this point
Clean-up the grammar so that MagicRegExp does not have missing rules. (#100)
Show description for 361a496
vpetrovykh
authored
361a496
View commit details
Copy full SHA for 361a496
Browse repository at this point
Commits on Jul 21, 2017
Use a PNG icon for vscode extensions gallery
Yury Selivanov
committed
d39070f
View commit details
Copy full SHA for d39070f
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL