Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison README.rst @ 145:c4f6f5e771b0
Also define the :algpseudocode: role globally in the package documentation.
More external links.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 07 May 2026 12:30:25 +0200 |
| parents | b616f9645e37 |
| children | 6a7dace0141e |
comparison
equal
deleted
inserted
replaced
| 144:b616f9645e37 | 145:c4f6f5e771b0 |
|---|---|
| 2 | 2 |
| 3 ***************************************** | 3 ***************************************** |
| 4 README -- Pseudocode Lexer for Pygments | 4 README -- Pseudocode Lexer for Pygments |
| 5 ***************************************** | 5 ***************************************** |
| 6 | 6 |
| 7 This package contains Pygments lexers for some basic pseudocode. | 7 This package contains `Pygments`_ lexers for some basic pseudocode. |
| 8 | 8 |
| 9 Initially a fork of `pygments-lexer-pseudocode` it has been considerably | 9 Initially a fork of `pygments-lexer-pseudocode` it has been considerably |
| 10 changed and expanded. | 10 changed and expanded. |
| 11 | 11 |
| 12 It now contains the following lexers: | 12 It now contains the following lexers: |
| 15 | 15 |
| 16 | 16 |
| 17 Installation | 17 Installation |
| 18 ============ | 18 ============ |
| 19 | 19 |
| 20 The lexers are available as a Python wheel package:: | 20 The lexers are available as a `Python`_ wheel package:: |
| 21 | 21 |
| 22 pip install pygments-lexer-pseudocode2 | 22 pip install pygments-lexer-pseudocode2 |
| 23 | 23 |
| 24 Alternatively, to build from the source code repository:: | 24 Alternatively, to build from the source code repository:: |
| 25 | 25 |
| 54 | 54 |
| 55 The package is licensed under the terms of the MIT Licence. | 55 The package is licensed under the terms of the MIT Licence. |
| 56 | 56 |
| 57 Some code snippets are licensed under the terms of the | 57 Some code snippets are licensed under the terms of the |
| 58 BSD 2-Clause "Simplified" License as they are taken from the Python | 58 BSD 2-Clause "Simplified" License as they are taken from the Python |
| 59 lexer that is included in Pygments. | 59 lexer that is included in `Pygments`_. |
