Skip to content

Commit 21a2e84

Browse files
committed
Update CHANGES.txt
1 parent 9ccbd61 commit 21a2e84

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Revision 3.3.5 (2013-08-31):
2+
3+
- Highlight 'import', 'from' and 'as' as include statements.
4+
Patch by pydave at GitHub.
5+
16
Revision 3.3.4 (2013-08-11):
27

38
- Highlight True and False as booleans. Patch by Yuri Habrusiev.

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,6 @@ List of the contributors in alphabetical order:
135135
- John Eikenberry
136136
- Marc Weber
137137
- Pedro Algarvio
138+
- pydave at GitHub
138139
- Will Gray
139140
- Yuri Habrusiev

syntax/python.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
" Language: Python
33
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
44
" URL: https://github.com/hdima/python-syntax
5-
" Last Change: 2013-08-11
5+
" Last Change: 2013-08-31
66
" Filenames: *.py
7-
" Version: 3.3.4
7+
" Version: 3.3.5
88
"
99
" Based on python.vim (from Vim 6.1 distribution)
1010
" by Neil Schemenauer <nas at python dot ca>
@@ -29,6 +29,7 @@
2929
" John Eikenberry
3030
" Marc Weber
3131
" Pedro Algarvio
32+
" pydave at GitHub
3233
" Will Gray
3334
" Yuri Habrusiev
3435
"

0 commit comments

Comments
 (0)