diff options
author | Guido van Rossum <guido@python.org> | 1997-11-11 16:36:14 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-11 16:36:14 +0000 |
commit | 843db29e24d3fef0cab1665868b326c43b30ca52 (patch) | |
tree | 7d36fffeb51ec3fdaa6e425dad2f4c3d87e54aaf /Misc | |
parent | e799c53acabfa9226957ee830423f25cc50f1550 (diff) | |
download | cpython-843db29e24d3fef0cab1665868b326c43b30ca52.tar.gz |
New version from Neale... He promised it's the last.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/vgrindefs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/vgrindefs b/Misc/vgrindefs index f3fc8435b8..82ac19b8ac 100644 --- a/Misc/vgrindefs +++ b/Misc/vgrindefs @@ -5,6 +5,6 @@ python|Python|py:\ :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\ :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\ - :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: + :kw=assert and 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: |