Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/intro.rst @ 164:a4317957148b
Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers.
This is to prepare for a new subpackage with filters.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 08 May 2026 21:19:54 +0200 |
| parents | 315cfe0a836f |
| children | 6a7dace0141e |
comparison
equal
deleted
inserted
replaced
| 163:315cfe0a836f | 164:a4317957148b |
|---|---|
| 123 | 123 |
| 124 .. literalinclude:: examples/algorithm-edmonds-karp.pseudocode | 124 .. literalinclude:: examples/algorithm-edmonds-karp.pseudocode |
| 125 :language: algpseudocode-fr | 125 :language: algpseudocode-fr |
| 126 :lines: 2- | 126 :lines: 2- |
| 127 | 127 |
| 128 And again the *Edmonds–Karp Algorithm* with german keywords: | |
| 129 | |
| 130 .. literalinclude:: examples/algorithm-edmonds-karp.pseudocode | |
| 131 :language: algpseudocode-de | |
| 132 :lines: 2- | |
| 133 | |
| 128 More details you will find :ref:`here <details-algpseudocode>`. | 134 More details you will find :ref:`here <details-algpseudocode>`. |
