diff options
| author | georg.brandl <devnull@localhost> | 2008-09-23 21:27:12 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-09-23 21:27:12 +0000 |
| commit | 8e7aa47639b0bf920c1faa5f449be4da010b3ab2 (patch) | |
| tree | 0fed7198630db71705aa40f7e0003afcb9ab334f /doc/markup/code.rst | |
| parent | dbdb681fb71d22a4994d3b893bf50e36d2d45cc9 (diff) | |
| download | sphinx-8e7aa47639b0bf920c1faa5f449be4da010b3ab2.tar.gz | |
Commit missing doc change.
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. |
