Update CHANGES.txt

This commit is contained in:
Dmitry Vasiliev
2013-08-31 12:47:35 +02:00
parent 9ccbd6196b
commit 21a2e84df6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Revision 3.3.5 (2013-08-31):
- Highlight 'import', 'from' and 'as' as include statements.
Patch by pydave at GitHub.
Revision 3.3.4 (2013-08-11):
- Highlight True and False as booleans. Patch by Yuri Habrusiev.

View File

@@ -135,5 +135,6 @@ List of the contributors in alphabetical order:
- John Eikenberry
- Marc Weber
- Pedro Algarvio
- pydave at GitHub
- Will Gray
- Yuri Habrusiev

View File

@@ -2,9 +2,9 @@
" Language: Python
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
" URL: https://github.com/hdima/python-syntax
" Last Change: 2013-08-11
" Last Change: 2013-08-31
" Filenames: *.py
" Version: 3.3.4
" Version: 3.3.5
"
" Based on python.vim (from Vim 6.1 distribution)
" by Neil Schemenauer <nas at python dot ca>
@@ -29,6 +29,7 @@
" John Eikenberry
" Marc Weber
" Pedro Algarvio
" pydave at GitHub
" Will Gray
" Yuri Habrusiev
"