Browse Source

Update CHANGES.txt

Dmitry Vasiliev 10 years ago
parent
commit
21a2e84df6
3 changed files with 9 additions and 2 deletions
  1. 5
    0
      CHANGES.txt
  2. 1
    0
      README.rst
  3. 3
    2
      syntax/python.vim

+ 5
- 0
CHANGES.txt View File

@@ -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
+
1 6
 Revision 3.3.4 (2013-08-11):
2 7
 
3 8
     - Highlight True and False as booleans. Patch by Yuri Habrusiev.

+ 1
- 0
README.rst View File

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

+ 3
- 2
syntax/python.vim View File

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