Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/intro.rst @ 141:acd9073cbbe3
Make a lexerlist.rst that contains the table of the lexers because it is used at least twice
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 07 May 2026 10:52:14 +0200 |
| parents | e424fcdd472f |
| children | b616f9645e37 |
line wrap: on
line diff
--- a/docs/intro.rst Thu May 07 10:03:32 2026 +0200 +++ b/docs/intro.rst Thu May 07 10:52:14 2026 +0200 @@ -4,41 +4,9 @@ Introduction ============ -The package contains the following lexers: - -.. list-table:: - :align: left - :header-rows: 1 - - * - Language Name - - Description - - Extension(s) - - Aliases / Short Name(s) - - Lexer Class - - * - AlgPseudocode - - Pseudocode lexer heavily inspired by CTAN's "Algpseudocodex" - - \*.algpseudocode, \*.algpseudo - - algpseudocode, algpseudo - - AlgPseudocodeLexer +The package contains the following lexers: - * - 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 +.. include:: lexerlist.rst They may be used in Sphinx by their aliases:
