Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 201:b6a959c31bed
Wording
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 12:47:06 +0200 |
| parents | a5700f19e616 |
| children | 8705fd60feea |
| files | docs/lexer-algpseudocode.rst docs/lexerlist.rst |
| diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
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:
--- a/docs/lexerlist.rst Wed May 13 12:46:52 2026 +0200 +++ b/docs/lexerlist.rst Wed May 13 12:47:06 2026 +0200 @@ -13,7 +13,7 @@ - Lexer Class * - AlgPseudocode - - Pseudocode lexer heavily inspired by CTAN's `Algpseudocodex`_ + - Pseudocode lexer inspired by CTAN's `Algpseudocodex`_ - \*.algpseudocode, \*.algpseudo - algpseudocode, algpseudo - AlgPseudocodeLexer
