blob: 700ee66d9b0c3cf07f1008b71e923d707611c5d0 [file] [log] [blame]
Guido van Rossum93a47d71997-11-07 19:57:54 +00001# vgrind is a prety-printer that takes source code and outputs
2# eye-pleasing postscript. The entry below should be added to your
3# local vgrindefs file.
4
5python|Python|py:\
6 :pb=^\d?(def|class)\d\p(\d|\():\
7 :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\
8 :kw=and assert break class continue def del elif else except exec \
9 finally for from global if import in is lambda not or pass print \
10 raise return try while: