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