diff 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
line wrap: on
line diff
--- a/docs/details-algpseudocode.rst	Fri May 08 16:44:30 2026 +0200
+++ b/docs/details-algpseudocode.rst	Fri May 08 17:13:26 2026 +0200
@@ -137,6 +137,14 @@
 and highlighted accordingly.
 
 
+Punctuation
+===========
+
+Runs of dots ``.``, ``..``, ``...``, ``....``, ... are handled
+properly in expressions and yield a punctuation token.
+They are not replaced by corresponding Unicode symbols.
+
+
 Keywords
 ========