diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-02 15:30:23 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-09 18:22:21 +0200 |
| commit | e466218d6c608ec4456384dc94aefafdb5b60586 (patch) | |
| tree | 3be081c3d073d7f792d37c2cbda985ee64bcd8e6 | |
| parent | b146ccd7a7513b910affd86848c704d600df3090 (diff) | |
lexer.checkheader is Unicode-aware now (refs #5)
| -rw-r--r-- | lib/lexer.tes | 2 |
1 files changed, 1 insertions, 1 deletions
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_ ]* } |
