Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 148:b4688f6cc7b1
Docs: emphasize "value" more when describing explicit token types
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 07 May 2026 14:35:48 +0200 |
| parents | df9b4962c203 |
| children | 380d2607d5c7 |
| files | docs/details-algpseudocode.rst |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/details-algpseudocode.rst Thu May 07 13:26:01 2026 +0200 +++ b/docs/details-algpseudocode.rst Thu May 07 14:35:48 2026 +0200 @@ -216,7 +216,7 @@ Handle keywords and operators that are not handled by default or change the default handling of some expressions. -`XX` represents a value in the :mod:`pygments.token.STANDARD_TYPES` dict. +`XX` represents a `value` in the :mod:`pygments.token.STANDARD_TYPES` dict. Its corresponding token type (the associated `key` in this `dict`) is used as token type.
