summaryrefslogtreecommitdiffstats
path: root/Misc/Vim/vim_syntax.py
Commit message (Collapse)AuthorAgeFilesLines
* Update Vim syntax highlighting to specify what revision was used to generateBrett Cannon2008-01-291-2/+3
| | | | the file.
* Make python.vim output more deterministic.Brett Cannon2006-09-201-4/+4
|
* Update for 'with' statement.Brett Cannon2006-03-011-9/+6
|
* Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditionalBrett Cannon2006-03-011-4/+1
| | | | expression for the hell of it.
* Whitespace normalization.Tim Peters2006-02-261-1/+1
|
* Add a script that auto-generates a Vim syntax highlighting file for Python.Brett Cannon2006-02-251-0/+232
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.