# HG changeset patch # User Franz Glasner # Date 1778669226 -7200 # Node ID b6a959c31bedbefb57b402db26ea058e9d221604 # Parent a5700f19e6166264a731125f594b233cdb306202 Wording diff -r a5700f19e616 -r b6a959c31bed docs/lexer-algpseudocode.rst --- 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: diff -r a5700f19e616 -r b6a959c31bed docs/lexerlist.rst --- 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