Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 206:4e4c83a87387
Change the error token filter examples: use a non-existing command
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 14:55:30 +0200 |
| parents | c80b430fdc0f |
| children | 76053daf813e |
| files | docs/filters.rst |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/filters.rst Wed May 13 14:35:43 2026 +0200 +++ b/docs/filters.rst Wed May 13 14:55:30 2026 +0200 @@ -21,14 +21,14 @@ .. code-block:: none - \EXPR{TEST} + \nonexisting{TEST} With a custom AlgPseudocode lexer that has ``prohibit_raiseonerror_filter`` activated the output in `Sphinx`_ is as: .. code-block:: no-raiseonerror-algpseudocode - \EXPR{TEST} + \nonexisting{TEST} With the "errortogenericerror" filter the very same block is highlighted @@ -36,7 +36,7 @@ .. code-block:: genericerror-algpseudocode - \EXPR{TEST} + \nonexisting{TEST} ErrorToGenericErrorTokenFilter
