diff options
author | Guido van Rossum <guido@python.org> | 1997-11-11 16:36:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-11 16:36:14 (GMT) |
commit | 6f5a312cec96bf049b6160785708355c152d8446 (patch) | |
tree | edb471507cf78fb8cefc67ac16b32da2db1d1c4c /Misc/vgrindefs | |
parent | dfed725e2c351676174ed2e046fe6c5288e21488 (diff) | |
download | cpython-6f5a312cec96bf049b6160785708355c152d8446.zip cpython-6f5a312cec96bf049b6160785708355c152d8446.tar.gz cpython-6f5a312cec96bf049b6160785708355c152d8446.tar.bz2 |
New version from Neale... He promised it's the last.
Diffstat (limited to 'Misc/vgrindefs')
-rw-r--r-- | Misc/vgrindefs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/vgrindefs b/Misc/vgrindefs index f3fc843..82ac19b 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: |