mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54:48 +08:00
Update links
This commit is contained in:
15
README.rst
15
README.rst
@@ -11,13 +11,8 @@ Enhanced version of the original Python syntax highlighting script. Based on
|
|||||||
ca). Check also `python.vim page on vim.org
|
ca). Check also `python.vim page on vim.org
|
||||||
<http://www.vim.org/scripts/script.php?script_id=790>`_.
|
<http://www.vim.org/scripts/script.php?script_id=790>`_.
|
||||||
|
|
||||||
Please use the following channels for reporting bugs, offering suggestions or
|
Please report bugs and feature requests to our issue tracker over at:
|
||||||
feedback:
|
https://github.com/vim-python/python-syntax/issues
|
||||||
|
|
||||||
- python.vim issue tracker: https://github.com/hdima/python-syntax/issues
|
|
||||||
- Email: Dmitry Vasiliev (dima at hlabs.org)
|
|
||||||
- Send a message or follow me for updates on Twitter: `@hdima
|
|
||||||
<https://twitter.com/hdima>`__
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
@@ -52,13 +47,13 @@ How to install
|
|||||||
--------------
|
--------------
|
||||||
|
|
||||||
The easiest installation method is to place `syntax/python.vim
|
The easiest installation method is to place `syntax/python.vim
|
||||||
<https://github.com/hdima/python-syntax/blob/master/syntax/python.vim>`_ script
|
<https://github.com/vim-python/python-syntax/blob/master/syntax/python.vim>`_ script
|
||||||
into your ``~/.vim/syntax/`` directory.
|
into your ``~/.vim/syntax/`` directory.
|
||||||
|
|
||||||
You can also use `Pathogen <https://github.com/tpope/vim-pathogen>`_ or `Vundle
|
You can also use `Pathogen <https://github.com/tpope/vim-pathogen>`_ or `Vundle
|
||||||
<https://github.com/gmarik/vundle>`_ plugin managers in which case you can
|
<https://github.com/gmarik/vundle>`_ plugin managers in which case you can
|
||||||
install the whole `python.vim repository
|
install the whole `repository
|
||||||
<https://github.com/hdima/python-syntax>`_ into the corresponding plugins
|
<https://github.com/vim-python/python-syntax>`_ into the corresponding plugins
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
Script options
|
Script options
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
" Language: Python
|
" Language: Python
|
||||||
" Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
" Current Maintainer: vim-python organization on GitHub
|
||||||
" Previous Maintainer: Neil Schemenauer <nas at python dot ca>
|
" URL: https://github.com/vim-python/python-syntax
|
||||||
" URL: https://github.com/hdima/python-syntax
|
|
||||||
" Last Change: 2015-11-01
|
" Last Change: 2015-11-01
|
||||||
" Filenames: *.py
|
" Filenames: *.py
|
||||||
" Version: 3.6.0
|
" Version: 3.6.0
|
||||||
@@ -10,13 +9,8 @@
|
|||||||
" 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>
|
||||||
"
|
"
|
||||||
" Please use the following channels for reporting bugs, offering suggestions or
|
" Please report bugs and feature requests to our issue tracker over at:
|
||||||
" feedback:
|
" https://github.com/vim-python/python-syntax/issues
|
||||||
|
|
||||||
" - python.vim issue tracker: https://github.com/hdima/python-syntax/issues
|
|
||||||
" - Email: Dmitry Vasiliev (dima at hlabs.org)
|
|
||||||
" - Send a message or follow me for updates on Twitter: `@hdima
|
|
||||||
" <https://twitter.com/hdima>`__
|
|
||||||
"
|
"
|
||||||
" Contributors
|
" Contributors
|
||||||
" ============
|
" ============
|
||||||
@@ -33,7 +27,9 @@
|
|||||||
" Jeroen Ruigrok van der Werven
|
" Jeroen Ruigrok van der Werven
|
||||||
" John Eikenberry
|
" John Eikenberry
|
||||||
" Joongi Kim
|
" Joongi Kim
|
||||||
|
" lilydjwg
|
||||||
" Marc Weber
|
" Marc Weber
|
||||||
|
" Michael Doronin
|
||||||
" Pedro Algarvio
|
" Pedro Algarvio
|
||||||
" Victor Salgado
|
" Victor Salgado
|
||||||
" Will Gray
|
" Will Gray
|
||||||
|
|||||||
Reference in New Issue
Block a user