log pygments_lexer_pseudocode2/lexers/algpseudocode.py @ 299:11f4f4d2ec03 default tip

age author description
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 17:31:20 +0200 Franz Glasner FIX: Some missing context position updates if a context is given
Wed, 20 May 2026 17:28:22 +0200 Franz Glasner Rename RE group "character" -> "characters"
Wed, 20 May 2026 17:23:41 +0200 Franz Glasner Make "\T" and "\E" aliases for "\TEXT" and "\EXPRESSION"
Wed, 20 May 2026 12:10:01 +0200 Franz Glasner Allow more separator characters for explicit token types.
Wed, 20 May 2026 10:16:58 +0200 Franz Glasner FIX: explicit token types: backslash as separator now correctly handled
Thu, 14 May 2026 07:30:38 +0200 Franz Glasner Allow nested \TEXT and \EXPR commands.
Wed, 13 May 2026 21:22:33 +0200 Franz Glasner "text-in-expr" hat the very same regexps as "text-statement": remove "text-in-expr"
Fri, 08 May 2026 21:19:54 +0200 Franz Glasner Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers. base pygments_lexer_pseudocode2/algpseudocode.py@214f44666560