summaryrefslogtreecommitdiffstats
path: root/Misc/Vim/syntax_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Update Vim syntax highlighting to specify what revision was used to generateBrett Cannon2008-01-291-3/+2
| | | | the file.
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-2/+0
| | | | | | | | discussion. There are two places of documentation that still mention __context__: Doc/lib/libstdtypes.tex -- I wasn't quite sure how to rewrite that without spending a whole lot of time thinking about it; and whatsnew, which Andrew usually likes to change himself.
* Update for 'with' statement.Brett Cannon2006-03-011-3/+11
|
* Remove line meant to test trailing whitespace since that kind of whitespace isBrett Cannon2006-02-261-19/+40
| | | | | | automatically removed. Also annotate what each line is meant to test.
* 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/+36
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.