Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
graph
-
TypoTue, 05 May 2026 16:40:20 +0200, by Franz Glasner
-
FIX: LANG for the french lexerTue, 05 May 2026 16:21:54 +0200, by Franz Glasner
-
Also allow \REM within a \TEXT{}Mon, 04 May 2026 17:36:13 +0200, by Franz Glasner
-
A couple of real pseudocode examples.Mon, 04 May 2026 16:57:17 +0200, by Franz Glasner
-
The "\ENSURE" commandMon, 04 May 2026 16:40:13 +0200, by Franz Glasner
-
Handle much more characters from the Unicode codeset in expressions.Mon, 04 May 2026 16:30:36 +0200, by Franz Glasner
-
Allow "\RETURN" and "\RETURNS" commands.Mon, 04 May 2026 16:23:18 +0200, by Franz Glasner
-
FIX: Typo: "non" -> "none"Mon, 04 May 2026 16:20:44 +0200, by Franz Glasner
-
"min" and "max" as automatic mathematical operatorsMon, 04 May 2026 16:19:53 +0200, by Franz Glasner
-
Tests for single-line comments (// and #)Mon, 04 May 2026 16:12:44 +0200, by Franz Glasner
-
Allow also `#' to start single-line commentsMon, 04 May 2026 16:12:02 +0200, by Franz Glasner
-
\INPUT, \INPUTS, \OUTPUT, \OUTPUTS, \RETURN and \RETURNS as new commands (keywords)Mon, 04 May 2026 12:34:48 +0200, by Franz Glasner
-
More tolerance for errors: yield more Generic.Error tokensSun, 03 May 2026 16:56:23 +0200, by Franz Glasner
-
A couple of new keywordsSun, 03 May 2026 15:18:35 +0200, by Franz Glasner
-
FIX: FN alias for functionSun, 03 May 2026 15:15:34 +0200, by Franz Glasner
-
FIX: Test results because of changed whitespace handlingSun, 03 May 2026 15:14:19 +0200, by Franz Glasner
-
Refactor \END variantsSun, 03 May 2026 15:13:43 +0200, by Franz Glasner
-
Renamed "text-operators" to "word-operators" and allow more case-variantsSun, 03 May 2026 15:10:52 +0200, by Franz Glasner
-
FIX: Wrong state for \TEXT commandSun, 03 May 2026 13:59:16 +0200, by Franz Glasner
-
Instead of "\s+" use "[^\S\n]+" because a \n is not wanted really in this match.Sat, 02 May 2026 14:55:15 +0200, by Franz Glasner
-
Restrict whitespace before required and optional arguments.Sat, 02 May 2026 14:46:28 +0200, by Franz Glasner
-
Introduce logging for unhandled explicit token typesSat, 02 May 2026 13:21:45 +0200, by Franz Glasner
-
Some details and examples about \tt-XXX and \ttx-XXX in the docsSat, 02 May 2026 10:08:29 +0200, by Franz Glasner
-
FIX: Erroneous parsing of \tt-XXX and \ttx-XXX:Sat, 02 May 2026 10:07:59 +0200, by Franz Glasner
-
Customize documentation index and prepare for a "Details" documentation page.Sat, 02 May 2026 09:54:03 +0200, by Franz Glasner
-
Optimize op_explicit_tokentype(): use a pref-computed reversed pygments.token.STANDARD_TYPESThu, 30 Apr 2026 19:56:39 +0200, by Franz Glasner
-
Implement "\tt-XXX" and "ttx-XXX" for explicit token types.Thu, 30 Apr 2026 19:37:24 +0200, by Franz Glasner
-
If a Pygments callback gets a "Context" it must set the new position explicitely.Thu, 30 Apr 2026 13:21:38 +0200, by Franz Glasner
-
Implement "\WITH"Thu, 30 Apr 2026 12:29:08 +0200, by Franz Glasner
-
Keyword constants like "True", "False", "Nil", "None", "Null" and "Empty"Thu, 30 Apr 2026 11:41:21 +0200, by Franz Glasner
-
Move "expr-in-braces" up to "expr".Thu, 30 Apr 2026 09:51:30 +0200, by Franz Glasner
-
More tests with escape charactersThu, 30 Apr 2026 09:45:44 +0200, by Franz Glasner
-
Implement "TEXTSTATEMENT"Thu, 30 Apr 2026 09:28:39 +0200, by Franz Glasner
-
Move popping states consistently more to the beginThu, 30 Apr 2026 09:24:46 +0200, by Franz Glasner
-
FIX: Handle escape character more thoroughly: also explicitely handle "\\"Thu, 30 Apr 2026 09:20:35 +0200, by Franz Glasner
-
New implementation of "STATEMENT" (also aliased to "STATE" and "BLOCK").Wed, 29 Apr 2026 12:43:28 +0200, by Franz Glasner
-
Remove an escaping backslash where appropriateTue, 28 Apr 2026 20:27:46 +0200, by Franz Glasner
-
FIX: Python 2 needs a "staticmethod" on "op_fixed()" when called via the LexBase.Tue, 28 Apr 2026 19:29:28 +0200, by Franz Glasner
-
Refactor: Make the "op_space()" and related methods more flexible and allow a given fixed token type and valueTue, 28 Apr 2026 19:14:17 +0200, by Franz Glasner
-
Doc stringTue, 28 Apr 2026 19:03:10 +0200, by Franz Glasner
-
Basic "\TEXT" escape for expressionsTue, 28 Apr 2026 18:33:27 +0200, by Franz Glasner
-
FIX: Add forgotten tests for the new normalized highlightingTue, 28 Apr 2026 15:25:10 +0200, by Franz Glasner
-
Reorg conf.py: import globallyTue, 28 Apr 2026 15:21:03 +0200, by Franz Glasner
-
Minimum Pygments version is 2.2Tue, 28 Apr 2026 15:16:06 +0200, by Franz Glasner
-
Also add a test that completely highlights a document with PygmentsTue, 28 Apr 2026 15:02:15 +0200, by Franz Glasner
-
Normalize whitespace handling for entity namesTue, 28 Apr 2026 13:05:15 +0200, by Franz Glasner
-
Simplify case-handling for "BLOCK" and "REMARK"Tue, 28 Apr 2026 12:40:02 +0200, by Franz Glasner
-
Add a custom lexer to the Sphinx application dynamically with "no_end" set to TrueTue, 28 Apr 2026 10:10:04 +0200, by Franz Glasner
-
Implement ignoring of \ENDxxx including its optional name partsTue, 28 Apr 2026 10:09:17 +0200, by Franz Glasner
-
The "\IS" keyword expansionMon, 27 Apr 2026 19:25:45 +0200, by Franz Glasner
-
Minimal Sphinx configuration for the first testsMon, 27 Apr 2026 19:17:43 +0200, by Franz Glasner
-
ADD: Dummy placeholder files for empty directories in Sphinx (_static, _templates)Mon, 27 Apr 2026 19:17:13 +0200, by Franz Glasner
-
Prepare symbols for a statement which defaults to token type "Text".Mon, 27 Apr 2026 19:07:02 +0200, by Franz Glasner
-
Some "ENDxxx" commandsMon, 27 Apr 2026 16:56:57 +0200, by Franz Glasner
-
Make the "py-name" rules parameterized: allow to provide the token type.Mon, 27 Apr 2026 12:37:27 +0200, by Franz Glasner
-
FIX: Add DE and FR lexers also to Pygments' entry pointsSun, 26 Apr 2026 19:19:55 +0200, by Franz Glasner
-
FIX: Pygments lexer entry points needs new module and classSun, 26 Apr 2026 19:19:05 +0200, by Franz Glasner
-
Rename the new pseudocode implementation to AlgPseudocode.Sun, 26 Apr 2026 19:16:23 +0200, by Franz Glasner
-
First tests with "py-name": names from the Python lexerSun, 26 Apr 2026 18:58:44 +0200, by Franz Glasner
-
Also define "version" (identical to "release" yet)Sun, 26 Apr 2026 15:38:28 +0200, by Franz Glasner
