summaryrefslogtreecommitdiffstats
path: root/Misc/Vim/python.vim
Commit message (Collapse)AuthorAgeFilesLines
* Update for 'with' statement.Brett Cannon2006-03-011-5/+7
|
* Add a script that auto-generates a Vim syntax highlighting file for Python.Brett Cannon2006-02-251-0/+145
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.