Closes #1356: link to page with valid Pygments lexer alias

This commit is contained in:
Georg Brandl 2014-01-22 17:28:04 +01:00
parent 652b766af9
commit 38f47bc0ef

View File

@ -60,7 +60,8 @@ installed) and handled in a smart way:
certain well-recognizable languages) certain well-recognizable languages)
* ``rest`` * ``rest``
* ``c`` * ``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 * If highlighting with the selected language fails (i.e. Pygments emits an
"Error" token), the block is not highlighted in any way. "Error" token), the block is not highlighted in any way.