diff options
author | Georg Brandl <georg@python.org> | 2014-01-22 17:28:04 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-22 17:28:04 +0100 |
commit | 38f47bc0ef8be5137eea33eb5386860a560d4c8c (patch) | |
tree | fa2a7b56b651ac4d9cb2f58d61bca834531683ee /doc/markup/code.rst | |
parent | 652b766af975b830dfa7071b5504df0bb2d03435 (diff) | |
download | sphinx-git-38f47bc0ef8be5137eea33eb5386860a560d4c8c.tar.gz |
Closes #1356: link to page with valid Pygments lexer alias
Diffstat (limited to 'doc/markup/code.rst')
-rw-r--r-- | doc/markup/code.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index 98fdad7db..957774f05 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -60,7 +60,8 @@ installed) and handled in a smart way: certain well-recognizable languages) * ``rest`` * ``c`` - * ... and any other lexer name that Pygments supports. + * ... and any other `lexer alias that Pygments supports + <http://pygments.org/docs/lexers/>`_. * If highlighting with the selected language fails (i.e. Pygments emits an "Error" token), the block is not highlighted in any way. |