Commit missing doc change.

This commit is contained in:
Georg Brandl 2008-09-23 21:27:12 +00:00
parent 6373729f1d
commit 6a7e6315c2

View File

@ -53,6 +53,8 @@ installed) and handled in a smart way:
* ``none`` (no highlighting)
* ``python`` (the default when :confval:`highlight_language` isn't set)
* ``guess`` (let Pygments guess the lexer based on contents, only works with
certain well-recognizable languages)
* ``rest``
* ``c``
* ... and any other lexer name that Pygments supports.