<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/</link>
    <language>en-us</language>

    <title>Python/libs/pygments-lexer-pseudocode2: pygments_lexer_pseudocode2/lexers/algpseudocode.py history</title>
    <description>pygments_lexer_pseudocode2/lexers/algpseudocode.py revision history</description>
    <item>
    <title>Remove the old implementation of explicit token types completely</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/6fc7f9c1d89d/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Remove the old implementation of explicit token types completely]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 22 May 2026 12:41:08 +0200</pubDate>
</item>
<item>
    <title>Allow &quot;normal&quot; Pygments token names in &quot;\ttX&quot; (&quot;Error&quot;, &quot;Text.Whitespace&quot;, ...)</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/298841bc4dee/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Allow &quot;normal&quot; Pygments token names in &quot;\ttX&quot; (&quot;Error&quot;, &quot;Text.Whitespace&quot;, ...)]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 22 May 2026 12:32:38 +0200</pubDate>
</item>
<item>
    <title>Implement lexer option &quot;strict_tokentype&quot;.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/051c8877ee22/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Implement lexer option &quot;strict_tokentype&quot;.<br/>
<br/>
It allows the \ttX command to synthesize not yet existing token types.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 21 May 2026 09:32:35 +0200</pubDate>
</item>
<item>
    <title>Implement an alternate syntax for &quot;Explicit Token Types&quot;.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/afbca50b7dc1/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Implement an alternate syntax for &quot;Explicit Token Types&quot;.<br/>
<br/>
Uses a generic two-argument syntax and allows escaping of characters using<br/>
the common excaping rules.<br/>
<br/>
For this to work the AlgPseudocodeLexer is now based on Pygment's<br/>
ExtendedRegexLexer instead of RegexLexer.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 20 May 2026 20:35:37 +0200</pubDate>
</item>
<item>
    <title>FIX: Some missing context position updates if a context is given</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/5eba722df93e/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[FIX: Some missing context position updates if a context is given]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 20 May 2026 17:31:20 +0200</pubDate>
</item>
<item>
    <title>Rename RE group &quot;character&quot; -&gt; &quot;characters&quot;</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/90946f87d77d/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Rename RE group &quot;character&quot; -&gt; &quot;characters&quot;]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 20 May 2026 17:28:22 +0200</pubDate>
</item>
<item>
    <title>Make &quot;\T&quot; and &quot;\E&quot; aliases for &quot;\TEXT&quot; and &quot;\EXPRESSION&quot;</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/ee512932d603/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Make &quot;\T&quot; and &quot;\E&quot; aliases for &quot;\TEXT&quot; and &quot;\EXPRESSION&quot;]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 20 May 2026 17:23:41 +0200</pubDate>
</item>
<item>
    <title>Allow more separator characters for explicit token types.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/397ed930a5ba/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Allow more separator characters for explicit token types.<br/>
<br/>
Extensive tests including a special test when using the backslash.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 20 May 2026 12:10:01 +0200</pubDate>
</item>
<item>
    <title>FIX: explicit token types: backslash as separator now correctly handled</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/f365d9d2c0ad/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[FIX: explicit token types: backslash as separator now correctly handled]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 20 May 2026 10:16:58 +0200</pubDate>
</item>
<item>
    <title>Allow nested \TEXT and \EXPR commands.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/18553f595b34/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Allow nested \TEXT and \EXPR commands.<br/>
<br/>
\TEXT within \TEXT and \EXPR within \EXPR is allowed!]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 14 May 2026 07:30:38 +0200</pubDate>
</item>
<item>
    <title>&quot;text-in-expr&quot; hat the very same regexps as &quot;text-statement&quot;: remove &quot;text-in-expr&quot;</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/33a722c8ae17/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[&quot;text-in-expr&quot; hat the very same regexps as &quot;text-statement&quot;: remove &quot;text-in-expr&quot;]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 13 May 2026 21:22:33 +0200</pubDate>
</item>
<item>
    <title>Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers.</title>
    <link>https://hg2.dom66.de/hgrepos/Python/libs/pygments-lexer-pseudocode2/log/a4317957148b/pygments_lexer_pseudocode2/lexers/algpseudocode.py</link>
    <description><![CDATA[Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers.<br/>
<br/>
This is to prepare for a new subpackage with filters.]]></description>
    <author>&#70;&#114;&#97;&#110;&#122;&#32;&#71;&#108;&#97;&#115;&#110;&#101;&#114;&#32;&#60;&#102;&#122;&#103;&#108;&#97;&#115;&#46;&#104;&#103;&#64;&#100;&#111;&#109;&#54;&#54;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 08 May 2026 21:19:54 +0200</pubDate>
</item>

  </channel>
</rss>
