Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3120bc3

Browse files
committed
v1.1; added attribution to Neale Pickett.
1 parent 368e06b commit 3120bc3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Misc/vgrindefs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# vgrind is a prety-printer that takes source code and outputs
22
# eye-pleasing postscript. The entry below should be added to your
3-
# local vgrindefs file.
3+
# local vgrindefs file. Contributed by Neale Pickett <[email protected]>.
44

5-
python|Python|py:\
6-
:pb=^\d?(def|class)\d\p(\d|\():\
5+
python|Python|py:\
6+
:pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\
77
: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:
8+
:kw=and assert break class continue def del elif else except\
9+
exec finally for from global if import in is lambda not or\
10+
pass print raise return try while:

0 commit comments

Comments
 (0)