diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-19 23:36:07 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-19 23:36:07 +0100 |
commit | d4f8fb3efcb60cc2cd39ecb7ca65706db4c7b6ad (patch) | |
tree | 311722b240136da481c7445df4a1fa3ec7325e58 /teco.ini | |
parent | 8f20c809292b8318b921e611b1ec3811f757dc11 (diff) | |
download | sciteco-d4f8fb3efcb60cc2cd39ecb7ca65706db4c7b6ad.tar.gz |
added first draft of new modular lexer system
Diffstat (limited to 'teco.ini')
-rw-r--r-- | teco.ini | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -1,19 +1,32 @@ ! TECO.INI ! -EQ0Q[$SCITECOPATH]/lexer.tes -@1{ - ! lexer.tes calls this ! - Oadd,edit,close,quit +! Set default terminal color scheme ! +EMQ[$SCITECOPATH]/color.tes +:EMQ[$SCITECOPATH]/colors/terminal.tes + +! Load lexer library ! +EMQ[$SCITECOPATH]/lexer.tes +! Automatic lexing using ED hooks ! +@0{ + Oadd,edit,close,quit !add! + M[lexer.auto] + ! Set up margins ! 33ESTEXTWIDTH9U.w 5*Q.w,0ESSETMARGINWIDTHN 0,1ESSETMARGINWIDTHN Q.w,2ESSETMARGINWIDTHN + ! fall through ! !edit! + ! Add code here to execute when a document is edited ! + !close! + ! Add code here to execute when a document is closed ! + !quit! + ! Add code here to execute when SciTECO quits ! } 0,32ED |