1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-18 03:50:24 +01:00

Added support for str.format syntax

This commit is contained in:
Dmitry Vasiliev
2008-09-21 20:10:51 +04:00
parent ed21c2f0b0
commit 07c654e70d
3 changed files with 19 additions and 7 deletions

View File

@@ -11,6 +11,8 @@ Revision 2.6.1 (unknown):
- Added support for new integer literal syntax "0o" and "0b";
- Added support for string.Template syntax controlled by
"python_highlight_string_templates" option;
- Added support for str.format syntax controlled by
"python_highlight_string_format" option;
Revision 2.5.6 (2007-02-04):