Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/details-algpseudocode.rst @ 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 | c4f6f5e771b0 |
| children | 4acf578ae93f |
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.
