Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
view docs/license.rst @ 270:cb66de44a7b9
Make the filter order more logical.
Because the ErrorToGenericErrorTokenFilter is implemented as an application of
the TokenReplaceFilter document the TokenReplaceFilter first.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 19 May 2026 22:59:59 +0200 |
| parents | 265b759f1f08 |
| children |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- .. _licenses: ********** Licenses ********** The project is licensed under the terms of the MIT License: .. literalinclude:: ../LICENSES/MIT.txt :language: none Some code snippets are licensed under the terms of the BSD 2-Clause "Simplified" License as they are taken from the Python lexer that is included in `Pygments`_: .. literalinclude:: ../LICENSES/BSD-2-Clause.txt :language: none
