Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368e06b commit 3120bc3Copy full SHA for 3120bc3
1 file changed
Misc/vgrindefs
@@ -1,10 +1,10 @@
1
# 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.
+# local vgrindefs file. Contributed by Neale Pickett <[email protected]>.
4
5
-python|Python|py:\
6
- :pb=^\d?(def|class)\d\p(\d|\():\
+python|Python|py:\
+ :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:
+ :kw=and assert break class continue def del elif else except\
+ exec finally for from global if import in is lambda not or\
+ pass print raise return try while:
0 commit comments