Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/details-algpseudocode.rst @ 159:4ee0b1536ea6
Handle runs of dots in expressions (., .., ..., ...., ...)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 08 May 2026 17:13:26 +0200 |
| parents | f08d77b8cbf7 |
| children | b4028838e0c8 |
comparison
equal
deleted
inserted
replaced
| 158:f08d77b8cbf7 | 159:4ee0b1536ea6 |
|---|---|
| 133 \TEXT{=:} =: | 133 \TEXT{=:} =: |
| 134 \TEXT{?=} ?= | 134 \TEXT{?=} ?= |
| 135 | 135 |
| 136 Unicode codepoints with property ``Sm`` are recognized as mathematical symbol | 136 Unicode codepoints with property ``Sm`` are recognized as mathematical symbol |
| 137 and highlighted accordingly. | 137 and highlighted accordingly. |
| 138 | |
| 139 | |
| 140 Punctuation | |
| 141 =========== | |
| 142 | |
| 143 Runs of dots ``.``, ``..``, ``...``, ``....``, ... are handled | |
| 144 properly in expressions and yield a punctuation token. | |
| 145 They are not replaced by corresponding Unicode symbols. | |
| 138 | 146 |
| 139 | 147 |
| 140 Keywords | 148 Keywords |
| 141 ======== | 149 ======== |
| 142 | 150 |
