From 6a7e6315c23de76502c0d817a8cdb02963a0669f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 23 Sep 2008 21:27:12 +0000 Subject: [PATCH] Commit missing doc change. --- doc/markup/code.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/markup/code.rst b/doc/markup/code.rst index f01070f69..cf70be276 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -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.