changeset 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 d43d66060819
children d8ac51cba0ff
files README.rst docs/index.rst
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
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
--- 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