diff options
Diffstat (limited to 'lib/lexer.tes')
-rw-r--r-- | lib/lexer.tes | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/lexer.tes b/lib/lexer.tes index e807c80..2676e1b 100644 --- a/lib/lexer.tes +++ b/lib/lexer.tes @@ -1,8 +1,8 @@ -! Lexer configuration and styles (ED hook) ! +!* Lexer configuration and styles (ED hook) *! -! Match Q-Reg "_" against beginning of current doc's first line ! +!* Match Q-Reg "_" against beginning of current doc's first line *! @[lexer.checkheader]{ - 0,(1ESPOSITIONFROMLINE:)::S + [: 0,(1ESPOSITIONFROMLINE:)::S ]: } @[lexer.auto]{ @@ -16,7 +16,7 @@ [_ } -! Automatically mung all the lexers and add them to "lexer.auto" ! +!* Automatically mung all the lexers and add them to "lexer.auto" *! [* EQ.[lexers] [_ 1ENQ[$SCITECOPATH]/lexers/*.tes ]_ J |