diff options
Diffstat (limited to 'doc/markup/code.rst')
| -rw-r--r-- | doc/markup/code.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index f01070f6..cf70be27 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. |
