Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 156:123aeb2de8aa
Explicitely call all markup with the domain
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 08 May 2026 16:34:24 +0200 |
| parents | 16faae7ecdb6 |
| children | 902147c24f9b |
| files | docs/details-algpseudocode.rst |
| diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/details-algpseudocode.rst Fri May 08 16:33:11 2026 +0200 +++ b/docs/details-algpseudocode.rst Fri May 08 16:34:24 2026 +0200 @@ -1,7 +1,7 @@ .. -*- coding: utf-8; indent-tabs-mode: nil; -*- -.. _details-algpseudocode: +.. _details-algpseudocode: *************** AlgPseudocode @@ -296,7 +296,7 @@ ================== In an expression context all other words are interpreted as entity -names (token type ``Token.Name.Entity``). +names (token type :py:class:`pygments.token.Token.Name.Entity`). Allowed characters in the words follow the corresponding `Python`_ rules. As such, many Unicode characters are allowed. @@ -324,9 +324,10 @@ 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. -Its corresponding token type (the associated `key` in this `dict`) is used as -token type. +`XX` represents a `value` in the :py:data:`pygments.token.STANDARD_TYPES` +dict. +Its corresponding token type (the associated `key` in this `dict`) is +used as token type. ``\\tt-XX/SINGLE-CHAR``
