mirror of
https://github.com/gryf/python-syntax.git
synced 2025-12-17 11:30:27 +01:00
30 lines
740 B
ReStructuredText
30 lines
740 B
ReStructuredText
Python syntax highlighting script for Vim
|
|
=========================================
|
|
|
|
.. contents::
|
|
|
|
About
|
|
-----
|
|
|
|
Customized version of Python syntax highlighting script. Based on latest vim
|
|
Python syntax highlighting.
|
|
|
|
Features
|
|
--------
|
|
|
|
Changes from the original ``python.vim`` are:
|
|
|
|
- Highlighting of ``@decorator`` will catch whole decorator function name,
|
|
instead of just ``@`` sign.
|
|
|
|
How to install
|
|
--------------
|
|
|
|
To install it, any kind of Vim package manager can be used, like NeoBundle_,
|
|
Pathogen_, Vundle_ or vim-plug_.
|
|
|
|
.. _Pathogen: https://github.com/tpope/vim-pathogen
|
|
.. _Vundle: https://github.com/gmarik/Vundle.vim
|
|
.. _NeoBundle: https://github.com/Shougo/neobundle.vim
|
|
.. _vim-plug: https://github.com/junegunn/vim-plug
|