From f9d45fbaa289d52c603523d7a3e58cd087b460c4 Mon Sep 17 00:00:00 2001 From: pascal-at-tef <122017812+pascal-at-tef@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:15:39 +0200 Subject: [PATCH] Update CHANGES Using tabs instead of spaces in this line (118) seems to give visually wrong indentation. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 98c51ed..398a042 100644 --- a/CHANGES +++ b/CHANGES @@ -115,7 +115,7 @@ Version 0.3 ignore = ' \t' NAME = r'[a-zA-Z]+' - NUMBER = r'\d+' + NUMBER = r'\d+' class ChildLexer(BaseLexer):