comparison docs/lexer-algpseudocode.rst @ 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
comparison
equal deleted inserted replaced
276:397ed930a5ba 277:a5c96fdd1cb3
238 \TEXT{!=} != 238 \TEXT{!=} !=
239 \TEXT{:=} := 239 \TEXT{:=} :=
240 \TEXT{=:} =: 240 \TEXT{=:} =:
241 \TEXT{?=} ?= 241 \TEXT{?=} ?=
242 242
243 Unicode codepoints with property ``Sm`` are recognized as mathematical symbol 243 Unicode codepoints with property ``Sm`` are recognized as mathematical symbols
244 and highlighted accordingly. 244 and highlighted accordingly.
245 245
246 246
247 Punctuation 247 Punctuation
248 =========== 248 ===========
421 421
422 422
423 Names and Entities 423 Names and Entities
424 ================== 424 ==================
425 425
426 In an expression context all other words are interpreted as entity 426 In an `expression` context all other words are interpreted as entity
427 names (token type :py:class:`pygments.token.Token.Name.Entity`). 427 names (token type :py:class:`pygments.token.Token.Name.Entity`).
428 428
429 Allowed characters in the words follow the corresponding `Python`_ rules. 429 Allowed characters in the words follow the corresponding `Python`_ rules.
430 As such, many Unicode characters are allowed. 430 As such, many Unicode characters are allowed.
431 431