log docs/lexer-algpseudocode.rst @ 294:a094305c5708

age author description
Sat, 23 May 2026 11:43:21 +0200 Franz Glasner Docs.
Fri, 22 May 2026 12:48:39 +0200 Franz Glasner More cross-references to "Explicit Token Types" in the docs
Fri, 22 May 2026 12:41:08 +0200 Franz Glasner Remove the old implementation of explicit token types completely
Fri, 22 May 2026 12:32:38 +0200 Franz Glasner Allow "normal" Pygments token names in "\ttX" ("Error", "Text.Whitespace", ...)
Thu, 21 May 2026 09:32:35 +0200 Franz Glasner Implement lexer option "strict_tokentype".
Wed, 20 May 2026 20:35:37 +0200 Franz Glasner Implement an alternate syntax for "Explicit Token Types".
Wed, 20 May 2026 20:32:42 +0200 Franz Glasner FIX: Heading levels
Wed, 20 May 2026 17:23:41 +0200 Franz Glasner Make "\T" and "\E" aliases for "\TEXT" and "\EXPRESSION"
Wed, 20 May 2026 12:11:30 +0200 Franz Glasner Link from "Names and Entities" to "TokenReplaceFilter"
Wed, 20 May 2026 12:10:47 +0200 Franz Glasner Wording in docs
Wed, 20 May 2026 12:10:01 +0200 Franz Glasner Allow more separator characters for explicit token types.
Wed, 20 May 2026 09:51:29 +0200 Franz Glasner FIX: Example when escaping string delimiters
Tue, 19 May 2026 21:54:10 +0200 Franz Glasner More details on custom filters in the documentation
Tue, 19 May 2026 21:11:28 +0200 Franz Glasner Consistently write code blocks in the documentation text as "code block".
Tue, 19 May 2026 19:01:27 +0200 Franz Glasner Doc enhancements: style, sub-headings, wording, examples, details
Tue, 19 May 2026 18:50:24 +0200 Franz Glasner Optimize documentation layout: use a local ToC where appropriate (lexers, filters)
Tue, 19 May 2026 18:03:48 +0200 Franz Glasner Make a link to the reST source where appropriate to learn about the lexer syntax
Sat, 16 May 2026 00:35:51 +0200 Franz Glasner In the number example use 1234567890 also
Sat, 16 May 2026 00:20:58 +0200 Franz Glasner FIX: Syntax description of "Explicit Token Types".
Fri, 15 May 2026 05:15:59 +0200 Franz Glasner Title/metadata of PDF documentation builds:
Thu, 14 May 2026 07:30:38 +0200 Franz Glasner Allow nested \TEXT and \EXPR commands.
Wed, 13 May 2026 15:57:26 +0200 Franz Glasner A chapter about escaping rules
Wed, 13 May 2026 15:56:58 +0200 Franz Glasner Aliases for states: context or mode
Wed, 13 May 2026 15:18:27 +0200 Franz Glasner Extend the note in "Customized Lexers in Sphinx" somewhat
Wed, 13 May 2026 12:47:06 +0200 Franz Glasner Wording
Wed, 13 May 2026 11:54:49 +0200 Franz Glasner FIX: Syntax
Wed, 13 May 2026 11:38:32 +0200 Franz Glasner FIX: Typo in "recognize"
Wed, 13 May 2026 11:34:44 +0200 Franz Glasner FIX: duplicate word
Tue, 12 May 2026 21:07:42 +0200 Franz Glasner Also link to exampled from the PDF properly
Tue, 12 May 2026 20:22:47 +0200 Franz Glasner Link to some source code of example pseudocode files