File tree Expand file tree Collapse file tree 2 files changed +11
-20
lines changed
Expand file tree Collapse file tree 2 files changed +11
-20
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,8 @@ Enhanced version of the original Python syntax highlighting script. Based on
1111ca). Check also `python.vim page on vim.org
1212<http://www.vim.org/scripts/script.php?script_id=790> `_.
1313
14- Please use the following channels for reporting bugs, offering suggestions or
15- feedback:
16-
17- - python.vim issue tracker: https://github.com/hdima/python-syntax/issues
18- - Email: Dmitry Vasiliev (dima at hlabs.org)
19- - Send a message or follow me for updates on Twitter: `@hdima
20- <https://twitter.com/hdima> `__
14+ Please report bugs and feature requests to our issue tracker over at:
15+ https://github.com/vim-python/python-syntax/issues
2116
2217Features
2318--------
@@ -52,13 +47,13 @@ How to install
5247--------------
5348
5449The easiest installation method is to place `syntax/python.vim
55- <https://github.com/hdima /python-syntax/blob/master/syntax/python.vim> `_ script
50+ <https://github.com/vim-python /python-syntax/blob/master/syntax/python.vim> `_ script
5651into your ``~/.vim/syntax/ `` directory.
5752
5853You can also use `Pathogen <https://github.com/tpope/vim-pathogen >`_ or `Vundle
5954<https://github.com/gmarik/vundle> `_ plugin managers in which case you can
60- install the whole `python.vim repository
61- <https://github.com/hdima /python-syntax> `_ into the corresponding plugins
55+ install the whole `repository
56+ <https://github.com/vim-python /python-syntax> `_ into the corresponding plugins
6257directory.
6358
6459Script options
Original file line number Diff line number Diff line change 11" Vim syntax file
22" Language: Python
3- " Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
4- " Previous Maintainer: Neil Schemenauer <nas at python dot ca>
5- " URL: https://github.com/hdima/python-syntax
3+ " Current Maintainer: vim-python organization on GitHub
4+ " URL: https://github.com/vim-python/python-syntax
65" Last Change: 2015-11-01
76" Filenames: *.py
87" Version: 3.6.0
98"
109" Based on python.vim (from Vim 6.1 distribution)
1110" by Neil Schemenauer <nas at python dot ca>
1211"
13- " Please use the following channels for reporting bugs, offering suggestions or
14- " feedback:
15-
16- " - python.vim issue tracker: https://github.com/hdima/python-syntax/issues
17- " - Email: Dmitry Vasiliev (dima at hlabs.org)
18- " - Send a message or follow me for updates on Twitter: `@hdima
19- " <https://twitter.com/hdima>`__
12+ " Please report bugs and feature requests to our issue tracker over at:
13+ " https://github.com/vim-python/python-syntax/issues
2014"
2115" Contributors
2216" ============
3327" Jeroen Ruigrok van der Werven
3428" John Eikenberry
3529" Joongi Kim
30+ " lilydjwg
3631" Marc Weber
32+ " Michael Doronin
3733" Pedro Algarvio
3834" Victor Salgado
3935" Will Gray
You can’t perform that action at this time.
0 commit comments