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

Fixed highlighting for bytes and numbers

This commit is contained in:
Dmitry Vasiliev
2010-11-11 16:11:21 +03:00
parent 607f75e613
commit 9f7d4af442
3 changed files with 21 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
Revision 3.0.5 (2010-11-11):
- Fixed highlighting for bytes. Patch by Anton Butanaev.
- Fixed highlighting for numbers.
Revision 3.0.4 (2010-11-09):
- Fixed highlighting for raw bytes literals. Patch by Anton Butanaev.