From e466218d6c608ec4456384dc94aefafdb5b60586 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 2 Sep 2024 15:30:23 +0200 Subject: lexer.checkheader is Unicode-aware now (refs #5) --- lib/lexer.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lexer.tes b/lib/lexer.tes index 82d8bd9..8d7ea06 100644 --- a/lib/lexer.tes +++ b/lib/lexer.tes @@ -3,7 +3,7 @@ ! Match Q-Reg "_" against beginning of current doc's first line ! @[lexer.checkheader]{ .h - 0,0,1ESPOSITIONFROMLINE:X.h + 0,(0,1ESPOSITIONFROMLINE:):X.h [* EQ.h :SQ_ ]* } -- cgit v1.2.3