Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 277:a5c96fdd1cb3
Wording in docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 20 May 2026 12:10:47 +0200 |
| parents | 397ed930a5ba |
| children | 315e94bac8a7 |
| files | docs/lexer-algpseudocode.rst |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst Wed May 20 12:10:01 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 20 12:10:47 2026 +0200 @@ -240,7 +240,7 @@ \TEXT{=:} =: \TEXT{?=} ?= -Unicode codepoints with property ``Sm`` are recognized as mathematical symbol +Unicode codepoints with property ``Sm`` are recognized as mathematical symbols and highlighted accordingly. @@ -423,7 +423,7 @@ Names and Entities ================== -In an expression context all other words are interpreted as entity +In an `expression` context all other words are interpreted as entity names (token type :py:class:`pygments.token.Token.Name.Entity`). Allowed characters in the words follow the corresponding `Python`_ rules.
