# HG changeset patch # User Franz Glasner # Date 1778138934 -7200 # Node ID 69283c05ba480367de61992e9ee5afff16f36364 # Parent d43d66060819f11870a7aa17444a21db7c29d520 Make the table of lexers in the docs identical again. Minor wording changes. diff -r d43d66060819 -r 69283c05ba48 README.rst --- a/README.rst Thu May 07 09:22:13 2026 +0200 +++ b/README.rst Thu May 07 09:28:54 2026 +0200 @@ -15,30 +15,35 @@ :align: left :header-rows: 1 - * - Name + * - Language Name - Description - Extension(s) - Aliases / Short Name(s) + - Lexer Class * - AlgPseudocode - - Pseudocode with inspirations from CTAN's "Algpseudocodex" + - Pseudocode lexer heavily inspired by CTAN's "Algpseudocodex" - \*.algpseudocode, \*.algpseudo - algpseudocode, algpseudo + - AlgPseudocodeLexer * - AlgPseudocodeFR - AlgPseudocode with french keyword expansion - \*.algpseudo-fr, \*.algpseudocode-fr - algpseudocode-fr, algpseudo-fr + - AlgPseudocodeLexer_FR * - AlgPseudocodeDE - AlgPseudocode with german keyword expansion - \*.algpseudo-de, \*.algpseudocode-de - algpseudocode-de, algpseudo-de + - AlgPseudocodeLexer_DE * - FrPseudocode - The original lexer (slightly changed) from `pygments-lexer-pseudocode` - \*.fr-algo, \*.fr-pseudocode - fr-pseudocode, fr-pseudo, fr-algorithm, fr-algo + - FrPseudocodeLexer Installation diff -r d43d66060819 -r 69283c05ba48 docs/index.rst --- a/docs/index.rst Thu May 07 09:22:13 2026 +0200 +++ b/docs/index.rst Thu May 07 09:28:54 2026 +0200 @@ -25,7 +25,7 @@ - Lexer Class * - AlgPseudocode - - Pseudocode with inspirations from CTAN's "Algpseudocodex" + - Pseudocode lexer heavily inspired by CTAN's "Algpseudocodex" - \*.algpseudocode, \*.algpseudo - algpseudocode, algpseudo - AlgPseudocodeLexer