diff options
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 |