#5925: fix highlighting of keyword table.

This commit is contained in:
Georg Brandl 2009-05-04 20:42:08 +00:00
parent 2aabce7348
commit 2ca9be4a0c
1 changed files with 3 additions and 1 deletions

View File

@ -339,7 +339,9 @@ Keywords
The following identifiers are used as reserved words, or *keywords* of the
language, and cannot be used as ordinary identifiers. They must be spelled
exactly as written here::
exactly as written here:
.. sourcecode:: text
and del from not while
as elif global or with