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 | 6f5a312cec96bf049b6160785708355c152d8446 (patch) | |
| tree | edb471507cf78fb8cefc67ac16b32da2db1d1c4c | |
| parent | dfed725e2c351676174ed2e046fe6c5288e21488 (diff) | |
| download | cpython-git-6f5a312cec96bf049b6160785708355c152d8446.tar.gz | |
New version from Neale... He promised it's the last.
| -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: |
