comparison 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
comparison
equal deleted inserted replaced
147:df9b4962c203 148:b4688f6cc7b1
214 ==================== 214 ====================
215 215
216 Handle keywords and operators that are not handled by default or change 216 Handle keywords and operators that are not handled by default or change
217 the default handling of some expressions. 217 the default handling of some expressions.
218 218
219 `XX` represents a value in the :mod:`pygments.token.STANDARD_TYPES` dict. 219 `XX` represents a `value` in the :mod:`pygments.token.STANDARD_TYPES` dict.
220 Its corresponding token type (the associated `key` in this `dict`) is used as 220 Its corresponding token type (the associated `key` in this `dict`) is used as
221 token type. 221 token type.
222 222
223 ``\\tt-XX/SINGLE-CHAR`` 223 ``\\tt-XX/SINGLE-CHAR``
224 224