1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 19:40:26 +01:00

Update to latest vim syntax highlight

This commit is contained in:
2024-10-30 18:11:11 +01:00
parent f17887f563
commit b89a110e37
7 changed files with 652 additions and 881 deletions

View File

@@ -1,3 +1,9 @@
Revision 9.1.0 (2024-10-30):
- Update to official Python syntax in vim
- Drop all the old code
- Version tag will be aligned with vim upstream and moved if needed
Revision 3.6.0 (2015-11-XX):
- Fix 'async def' highlighting. Patch by Joongi Kim