aboutsummaryrefslogtreecommitdiffhomepage
path: root/teco.ini
diff options
context:
space:
mode:
Diffstat (limited to 'teco.ini')
-rw-r--r--teco.ini21
1 files changed, 17 insertions, 4 deletions
diff --git a/teco.ini b/teco.ini
index f480b7d..73ca3a7 100644
--- a/teco.ini
+++ b/teco.ini
@@ -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