mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54:48 +08:00
Update CHANGES.txt
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -135,5 +135,6 @@ List of the contributors in alphabetical order:
|
||||
- John Eikenberry
|
||||
- Marc Weber
|
||||
- Pedro Algarvio
|
||||
- pydave at GitHub
|
||||
- Will Gray
|
||||
- Yuri Habrusiev
|
||||
|
||||
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user