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

Added support for string.Template syntax

This commit is contained in:
Dmitry Vasiliev
2008-09-21 17:41:55 +04:00
parent 780c6ef483
commit 907ec01b45
3 changed files with 20 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ Revision 2.6.1 (unknown):
- Added option "python_print_as_function" for highlight "print" as a
function;
- Added support for new integer literal syntax "0o" and "0b";
- Added support for string.Template syntax controlled by
"python_highlight_string_templates" option;
Revision 2.5.6 (2007-02-04):