mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-09 06:04: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):
|
Revision 3.3.4 (2013-08-11):
|
||||||
|
|
||||||
- Highlight True and False as booleans. Patch by Yuri Habrusiev.
|
- Highlight True and False as booleans. Patch by Yuri Habrusiev.
|
||||||
|
|||||||
@@ -135,5 +135,6 @@ List of the contributors in alphabetical order:
|
|||||||
- John Eikenberry
|
- John Eikenberry
|
||||||
- Marc Weber
|
- Marc Weber
|
||||||
- Pedro Algarvio
|
- Pedro Algarvio
|
||||||
|
- pydave at GitHub
|
||||||
- Will Gray
|
- Will Gray
|
||||||
- Yuri Habrusiev
|
- Yuri Habrusiev
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
" Language: Python
|
" Language: Python
|
||||||
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
||||||
" URL: https://github.com/hdima/python-syntax
|
" URL: https://github.com/hdima/python-syntax
|
||||||
" Last Change: 2013-08-11
|
" Last Change: 2013-08-31
|
||||||
" Filenames: *.py
|
" Filenames: *.py
|
||||||
" Version: 3.3.4
|
" Version: 3.3.5
|
||||||
"
|
"
|
||||||
" Based on python.vim (from Vim 6.1 distribution)
|
" Based on python.vim (from Vim 6.1 distribution)
|
||||||
" by Neil Schemenauer <nas at python dot ca>
|
" by Neil Schemenauer <nas at python dot ca>
|
||||||
@@ -29,6 +29,7 @@
|
|||||||
" John Eikenberry
|
" John Eikenberry
|
||||||
" Marc Weber
|
" Marc Weber
|
||||||
" Pedro Algarvio
|
" Pedro Algarvio
|
||||||
|
" pydave at GitHub
|
||||||
" Will Gray
|
" Will Gray
|
||||||
" Yuri Habrusiev
|
" Yuri Habrusiev
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user