Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
log pygments_lexer_pseudocode2/algpseudocode.py @ 91:feb41c8d72d2
| age | author | description |
|---|---|---|
| Sat, 02 May 2026 14:55:15 +0200 | Franz Glasner | Instead of "\s+" use "[^\S\n]+" because a \n is not wanted really in this match. |
| Sat, 02 May 2026 14:46:28 +0200 | Franz Glasner | Restrict whitespace before required and optional arguments. |
| Sat, 02 May 2026 13:21:45 +0200 | Franz Glasner | Introduce logging for unhandled explicit token types |
| Sat, 02 May 2026 10:07:59 +0200 | Franz Glasner | FIX: Erroneous parsing of \tt-XXX and \ttx-XXX: |
| Thu, 30 Apr 2026 19:56:39 +0200 | Franz Glasner | Optimize op_explicit_tokentype(): use a pref-computed reversed pygments.token.STANDARD_TYPES |
| Thu, 30 Apr 2026 19:37:24 +0200 | Franz Glasner | Implement "\tt-XXX" and "ttx-XXX" for explicit token types. |
| Thu, 30 Apr 2026 13:21:38 +0200 | Franz Glasner | If a Pygments callback gets a "Context" it must set the new position explicitely. |
