]> granicus.if.org Git - python/commit
Add a script that auto-generates a Vim syntax highlighting file for Python.
authorBrett Cannon <bcannon@gmail.com>
Sat, 25 Feb 2006 14:52:53 +0000 (14:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 25 Feb 2006 14:52:53 +0000 (14:52 +0000)
commita4fe18227d48edbb41b76f2861be2c6b800c6609
tree666bc9322232ff4f78cfe24359b6dbf140a6de30
parentd074beb6925a87874600b605a91a23263b3a6028
Add a script that auto-generates a Vim syntax highlighting file for Python.
Just symlink or copy python.vim to ~/.vim/syntax/ .  Also included is a sample
Python file with basic expressions to make sure they are highlighted.

Also add a Vim directory in Misc to hold all Vim configuration files.
Misc/Vim/python.vim [new file with mode: 0644]
Misc/Vim/syntax_test.py [new file with mode: 0644]
Misc/Vim/vim_syntax.py [new file with mode: 0644]