mirror of
https://github.com/gryf/python-syntax.git
synced 2025-12-17 11:30:27 +01:00
Updated email and URL for all scripts
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
Revision 3.0.7 (2012-02-11):
|
||||||
|
|
||||||
|
- Updated email and URL
|
||||||
|
|
||||||
|
Revision 2.6.7 (2012-02-11):
|
||||||
|
|
||||||
|
- Updated email and URL
|
||||||
|
|
||||||
Revision 3.0.6 (2010-11-14):
|
Revision 3.0.6 (2010-11-14):
|
||||||
|
|
||||||
- Fixed highlighting for str.format syntax. Patch by Anton Butanaev.
|
- Fixed highlighting for str.format syntax. Patch by Anton Butanaev.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Python
|
" Language: Python
|
||||||
" Maintainer: Neil Schemenauer <nas@python.ca>
|
" Maintainer: Neil Schemenauer <nas at python dot ca>
|
||||||
" Updated: $Date: 2003/01/12 14:17:34 $
|
" Updated: $Date: 2003/01/12 14:17:34 $
|
||||||
" Updated by: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
" Updated by: Dmitry Vasiliev <dima at hlabs dot org>
|
||||||
" Filenames: *.py
|
" Filenames: *.py
|
||||||
" $Revision: 1.13 $
|
" $Revision: 1.13 $
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Python
|
" Language: Python
|
||||||
" Maintainer: Neil Schemenauer <nas@python.ca>
|
" Maintainer: Neil Schemenauer <nas at python dot ca>
|
||||||
" Updated: $Date: 2003/01/12 15:35:02 $
|
" Updated: $Date: 2003/01/12 15:35:02 $
|
||||||
" Updated by: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
" Updated by: Dmitry Vasiliev <dima at hlabs dot org>
|
||||||
" Filenames: *.py
|
" Filenames: *.py
|
||||||
" $Revision: 1.14 $
|
" $Revision: 1.14 $
|
||||||
"
|
"
|
||||||
|
|||||||
10
python.vim
10
python.vim
@@ -1,13 +1,13 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Python
|
" Language: Python
|
||||||
" Maintainer: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
||||||
" URL: http://www.hlabs.spb.ru/vim/python.vim
|
" URL: https://github.com/hdima/vim-scripts/blob/master/syntax/python/python.vim
|
||||||
" Last Change: 2010-04-09
|
" Last Change: 2012-02-11
|
||||||
" Filenames: *.py
|
" Filenames: *.py
|
||||||
" Version: 2.6.6
|
" Version: 2.6.7
|
||||||
"
|
"
|
||||||
" Based on python.vim (from Vim 6.1 distribution)
|
" Based on python.vim (from Vim 6.1 distribution)
|
||||||
" by Neil Schemenauer <nas@python.ca>
|
" by Neil Schemenauer <nas at python dot ca>
|
||||||
"
|
"
|
||||||
" Thanks:
|
" Thanks:
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Python
|
" Language: Python
|
||||||
" Maintainer: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
||||||
" URL: http://www.hlabs.spb.ru/vim/python3.0.vim
|
" URL: https://github.com/hdima/vim-scripts/blob/master/syntax/python/python3.0.vim
|
||||||
" Last Change: 2010-11-14
|
" Last Change: 2012-02-11
|
||||||
" Filenames: *.py
|
" Filenames: *.py
|
||||||
" Version: 3.0.6
|
" Version: 3.0.7
|
||||||
"
|
"
|
||||||
" Based on python.vim (from Vim 6.1 distribution)
|
" Based on python.vim (from Vim 6.1 distribution)
|
||||||
" by Neil Schemenauer <nas@python.ca>
|
" by Neil Schemenauer <nas at python dot ca>
|
||||||
"
|
"
|
||||||
" Thanks:
|
" Thanks:
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user