Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
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
99
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
Breadcrumbs
History for
MagicPython
grammars
MagicPython.cson
on
v1.0.7
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 24, 2017
atom-sync: Recognize *.kv, *.tac, *.Snakefile as Python files
Yury Selivanov
committed
992be43
View commit details
Copy full SHA for 992be43
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
atom-sync: Match python shebang with trailing whitespace before path
Yury Selivanov
committed
1381f14
View commit details
Copy full SHA for 1381f14
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Highlight class parameters as kwargs in Atom/VSCode/GH.
Yury Selivanov
committed
86ccbfd
View commit details
Copy full SHA for 86ccbfd
View code at this point
Browse repository at this point
Commits on Feb 3, 2017
Reorder scopes for f-strings; fixes issue #75.
Yury Selivanov
committed
700103b
View commit details
Copy full SHA for 700103b
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
Make kwargs in class declaration consistent with function calls.
vpetrovykh
committed
c1b73c8
View commit details
Copy full SHA for c1b73c8
View code at this point
Browse repository at this point
Give kwargs in class declarations a special scope.
vpetrovykh
committed
4fd74e3
View commit details
Copy full SHA for 4fd74e3
View code at this point
Browse repository at this point
Commits on Dec 17, 2016
Highlight ModuleNotFoundError
Yury Selivanov
committed
89f16b6
View commit details
Copy full SHA for 89f16b6
View code at this point
Browse repository at this point
Highlight from __future__ imports.
Yury Selivanov
committed
2bd426a
View commit details
Copy full SHA for 2bd426a
View code at this point
Browse repository at this point
Highlight __prepare__, __path__, __package__
Yury Selivanov
committed
54bccc4
View commit details
Copy full SHA for 54bccc4
View code at this point
Browse repository at this point
Highlight more magic methods / attributes
Show description for f2dfad8
Yury Selivanov
committed
f2dfad8
View commit details
Copy full SHA for f2dfad8
View code at this point
Browse repository at this point
Highlight __matmul__, __rmatmul__, and __imatmul__
Yury Selivanov
committed
32015c2
View commit details
Copy full SHA for 32015c2
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Stop highlighting single letter constants.
vpetrovykh
committed
f4e6afc
View commit details
Copy full SHA for f4e6afc
View code at this point
Browse repository at this point
Recognize .wsgi as Python files (closes #66)
Show description for 05f7c7b
Yury Selivanov
committed
05f7c7b
View commit details
Copy full SHA for 05f7c7b
View code at this point
Browse repository at this point
Fix missing rule "fstring-illegal-multi-brace".
vpetrovykh
committed
d96126f
View commit details
Copy full SHA for d96126f
View code at this point
Browse repository at this point
Change the scope name for a generic ':'.
Show description for eb64fe3
vpetrovykh
committed
eb64fe3
View commit details
Copy full SHA for eb64fe3
View code at this point
Browse repository at this point
Commits on Dec 13, 2016
Add 'punctuation.separator.element.python' for generic ','.
vpetrovykh
committed
8841347
View commit details
Copy full SHA for 8841347
View code at this point
Browse repository at this point
Stop parsing "," as part of lambda definition.
vpetrovykh
committed
9dbd299
View commit details
Copy full SHA for 9dbd299
View code at this point
Browse repository at this point
Add scopes for ':'.
Show description for c9a3e41
vpetrovykh
committed
c9a3e41
View commit details
Copy full SHA for c9a3e41
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Adjust lambda ':' scope for consistency.
vpetrovykh
committed
a28fd72
View commit details
Copy full SHA for a28fd72
View code at this point
Browse repository at this point
Change 'separator.continuation.line.python' to 'punctuation.separator...'
vpetrovykh
committed
75c434c
View commit details
Copy full SHA for 75c434c
View code at this point
Browse repository at this point
Add an extra scope for f-strings: `string.interpolated.python`
Show description for abb3cd7
Yury Selivanov
committed
abb3cd7
View commit details
Copy full SHA for abb3cd7
View code at this point
Browse repository at this point
Commits on Nov 30, 2016
Handle trailing whitespace after decorators.
vpetrovykh
committed
d3f7a83
View commit details
Copy full SHA for d3f7a83
View code at this point
Browse repository at this point
Add meta.fstring.python scope.
vpetrovykh
committed
5f8eef9
View commit details
Copy full SHA for 5f8eef9
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
More refined fstring regexps.
vpetrovykh
committed
e13309e
View commit details
Copy full SHA for e13309e
View code at this point
Browse repository at this point
First go at raw fstrings and other prefix combos.
Show description for 34c12b0
vpetrovykh
committed
34c12b0
View commit details
Copy full SHA for 34c12b0
View code at this point
Browse repository at this point
Commits on Nov 22, 2016
Make file types consistent between grammars/ and package.json
Show description for be94a77
Lukasz Langa
authored and
1st1
committed
be94a77
View commit details
Copy full SHA for be94a77
View code at this point
Browse repository at this point
Commits on Nov 19, 2016
Add a rule for illegal empty braces.
vpetrovykh
committed
0580d7e
View commit details
Copy full SHA for 0580d7e
View code at this point
Browse repository at this point
Make fstrings more robust when dealing with comples formatting.
vpetrovykh
committed
b93c9a4
View commit details
Copy full SHA for b93c9a4
View code at this point
Browse repository at this point
Partial fix to handling of '#' in fstring format spec.
vpetrovykh
committed
8beee2f
View commit details
Copy full SHA for 8beee2f
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
Fix the escaping of '{' and '}' in fstrings.
vpetrovykh
committed
e19bb21
View commit details
Copy full SHA for e19bb21
View code at this point
Browse repository at this point
Add support for fstrings.
vpetrovykh
committed
1714444
View commit details
Copy full SHA for 1714444
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Implement support for PEP 515.
vpetrovykh
committed
7e0b909
View commit details
Copy full SHA for 7e0b909
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
Add gyp & gypi support properly
Yury Selivanov
committed
37b660d
View commit details
Copy full SHA for 37b660d
View code at this point
Browse repository at this point
Allow line continuation before "->" return anno; issue #51.
Yury Selivanov
committed
1df75f1
View commit details
Copy full SHA for 1df75f1
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Fix highlighting issues for incomplete functions.
Show description for 9066e28
vpetrovykh
committed
9066e28
View commit details
Copy full SHA for 9066e28
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.