Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/lexer-algpseudocode.rst @ 201:b6a959c31bed
Wording
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 12:47:06 +0200 |
| parents | 403b500e0ed4 |
| children | 76053daf813e |
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst Wed May 13 12:46:52 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 13 12:47:06 2026 +0200 @@ -6,8 +6,8 @@ ************************************* These lexers are heavily inspired by CTAN’s `Algpseudocodex`_. -They recognize expressions and additionally all sorts of comments and -commands that are inspired by `Algpseudocodex`_. +They recognize all sorts of single- and multi-line comments in addition to +expressions and commands that are inspired by `Algpseudocodex`_. They may be used in `Sphinx`_ by their aliases. The code-block: @@ -67,9 +67,9 @@ - :ref:`explicit-token-types` - In the default-mode it recognizes expressions and additionally all - sorts of comments and commands that look somewhat like `Algpseudocodex`_ - commands. + In the default-mode it recognizes all sorts of single- and multi-line + comments in addition to expressions and commands that are inspired by + `Algpseudocodex`_. In texts it recognizes:
