Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/filters.rst @ 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 | 8825282f6900 |
| children | e03e8cfdcece |
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
