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
.
vim-python
/
python-syntax
Public
Notifications
You must be signed in to change notification settings
Fork
80
Star
446
Code
Issues
30
Pull requests
9
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
06788bf
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 17, 2017
update test.py
lilydjwg
committed
06788bf
View commit details
Copy full SHA for 06788bf
Browse repository at this point
support underscores in numbers
Show description for f8d6b63
lilydjwg
committed
f8d6b63
View commit details
Copy full SHA for f8d6b63
Browse repository at this point
better f-strings highlighting
Show description for f6aa2f6
lilydjwg
committed
f6aa2f6
View commit details
Copy full SHA for f6aa2f6
Browse repository at this point
narrow decorator match to exclude matrix multiplication
Show description for 8cc1bbb
lilydjwg
committed
8cc1bbb
View commit details
Copy full SHA for 8cc1bbb
Browse repository at this point
README: Convert to markdown
nfnty
committed
91430a4
View commit details
Copy full SHA for 91430a4
Browse repository at this point
Commits on Feb 16, 2017
docs: Fix lists for real
nfnty
committed
aaa002e
View commit details
Copy full SHA for aaa002e
Browse repository at this point
docs: Fix list items
nfnty
committed
a8e5577
View commit details
Copy full SHA for a8e5577
Browse repository at this point
syntax: FunctionParameters: Don't include the parentheses in the match
Show description for 3c615fb
nfnty
committed
3c615fb
View commit details
Copy full SHA for 3c615fb
Browse repository at this point
Remove docs from `syntax` file
nfnty
committed
b9b0a78
View commit details
Copy full SHA for b9b0a78
Browse repository at this point
Remove TODO and CHANGES
nfnty
committed
49dd46f
View commit details
Copy full SHA for 49dd46f
Browse repository at this point
README: Minor cleanup
nfnty
committed
187f89d
View commit details
Copy full SHA for 187f89d
Browse repository at this point
Minor documentation update
nfnty
committed
6d23111
View commit details
Copy full SHA for 6d23111
Browse repository at this point
doc: Add introduction
nfnty
committed
621b04a
View commit details
Copy full SHA for 621b04a
Browse repository at this point
Update documentation
nfnty
committed
624b675
View commit details
Copy full SHA for 624b675
Browse repository at this point
Move doc
nfnty
committed
80da95b
View commit details
Copy full SHA for 80da95b
Browse repository at this point
AUTHORS: Remove non-author
nfnty
committed
96e84a4
View commit details
Copy full SHA for 96e84a4
Browse repository at this point
Add `AUTHORS` file
nfnty
committed
b3c219a
View commit details
Copy full SHA for b3c219a
Browse repository at this point
linting with vint
nfnty
committed
dec4b08
View commit details
Copy full SHA for dec4b08
Browse repository at this point
Move tests into `tests` directory
nfnty
committed
94baf90
View commit details
Copy full SHA for 94baf90
Browse repository at this point
Remove `folding-ideas` and add link to SimpylFold
nfnty
committed
20f4848
View commit details
Copy full SHA for 20f4848
Browse repository at this point
Update links
nfnty
committed
bb5058f
View commit details
Copy full SHA for bb5058f
Browse repository at this point
Commits on Jan 26, 2017
None is highlighted as constant value (which it is in python3)
Michael Doronin
committed
b446641
View commit details
Copy full SHA for b446641
Browse repository at this point
Commits on Jan 9, 2017
python 3.6 formatted string literals support
Michael Doronin
committed
0b6be3f
View commit details
Copy full SHA for 0b6be3f
Browse repository at this point
Commits on Dec 27, 2016
keyword arguments names highlighted in exception constuctor calls
Michael Doronin
committed
023fbd2
View commit details
Copy full SHA for 023fbd2
Browse repository at this point
Commits on Dec 26, 2016
Exceptions highlighted only if no dot is before them
Michael Doronin
committed
3685b31
View commit details
Copy full SHA for 3685b31
Browse repository at this point
Commits on Dec 8, 2016
simplified rules for yield, yield from, from * import
Michael Doronin
committed
41efca6
View commit details
Copy full SHA for 41efca6
Browse repository at this point
Commits on Dec 7, 2016
now from `from import` in highlighted as import and as keyword in `raise
Show description for 8db44e7
Michael Doronin
committed
8db44e7
View commit details
Copy full SHA for 8db44e7
Browse repository at this point
Commits on Nov 24, 2016
keyword arguments in decorators
Michael Doronin
committed
752a19f
View commit details
Copy full SHA for 752a19f
Browse repository at this point
Commits on Nov 23, 2016
added keyword arguments highlight to builtin functions
Michael Doronin
committed
b8f13b8
View commit details
Copy full SHA for b8f13b8
Browse repository at this point
from highlighted in imports but not in yield from (not sure how this
Show description for 0a24089
Michael Doronin
committed
0a24089
View commit details
Copy full SHA for 0a24089
Browse repository at this point
Merge branch 'master' of https://github.com/purpleP/python-syntax
Michael Doronin
committed
f3bd1e1
View commit details
Copy full SHA for f3bd1e1
Browse repository at this point
addition
Michael Doronin
committed
3422bba
View commit details
Copy full SHA for 3422bba
Browse repository at this point
highlight yield from as a keyword and await only if it is a keyword
Michael Doronin
committed
7d63a53
View commit details
Copy full SHA for 7d63a53
Browse repository at this point
Commits on Nov 21, 2016
keyword arguments highlighted inside of builtin object constructors
Michael Doronin
committed
3ef357e
View commit details
Copy full SHA for 3ef357e
Browse repository at this point
Commits on Nov 19, 2016
keyword arguments and optional parameters are only highlighted inside
Show description for bbed018
Michael Doronin
committed
bbed018
View commit details
Copy full SHA for bbed018
Browse repository at this point
Previous
Next
You can’t perform that action at this time.