1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00

Fixes for str.format syntax highlighting

This commit is contained in:
Dmitry Vasiliev
2010-11-14 12:15:05 +03:00
parent 6f89b1c2de
commit f259b31b50
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
Revision 3.0.6 (2010-11-14):
- Fixed highlighting for str.format syntax. Patch by Anton Butanaev.
Revision 3.0.5 (2010-11-11):
- Fixed highlighting for bytes. Patch by Anton Butanaev.