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

Fixed highlighting for decorators

This commit is contained in:
Dmitry Vasiliev
2009-07-24 13:09:13 +04:00
parent 4f9e8d7c0f
commit 4fc6d28416
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
Revision 3.0.2 (2009-07-24):
- Applied patch by Caleb Adamantine which fixes highlighting for decorators
Revision 3.0.1 (2009-05-03):
- Fixed compatibility with pyrex.vim
@@ -16,6 +20,10 @@ Revision 3.0.0 (2008-12-07):
"execfile", "file", "help", "intern", "long", "raw_input", "reduce",
"reload", "unichr", "unicode", "xrange";
Revision 2.6.5 (2009-07-24):
- Applied patch by Caleb Adamantine which fixes highlighting for decorators
Revision 2.6.4 (2009-05-03):
- Fixed compatibility with pyrex.vim