[Python-checkins] r66572 - doctools/trunk/doc/markup/code.rst

georg.brandl python-checkins at python.org
Tue Sep 23 23:27:12 CEST 2008


Author: georg.brandl
Date: Tue Sep 23 23:27:12 2008
New Revision: 66572

Log:
Commit missing doc change.


Modified:
   doctools/trunk/doc/markup/code.rst

Modified: doctools/trunk/doc/markup/code.rst
==============================================================================
--- doctools/trunk/doc/markup/code.rst	(original)
+++ doctools/trunk/doc/markup/code.rst	Tue Sep 23 23:27:12 2008
@@ -53,6 +53,8 @@
 
   * ``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.


More information about the Python-checkins mailing list