Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff README.rst @ 138:69283c05ba48
Make the table of lexers in the docs identical again.
Minor wording changes.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 07 May 2026 09:28:54 +0200 |
| parents | f713190c6c0b |
| children | acd9073cbbe3 |
line wrap: on
line diff
--- 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
