aboutsummaryrefslogtreecommitdiffhomepage
path: root/teco.ini.in
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-27 01:18:00 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-27 01:18:00 +0100
commit7e4014c5936e59251044c595d20b6978e69f8568 (patch)
tree6be9a446c596857fdf3f44a4815743d90edb092e /teco.ini.in
parent922b99b474d352f6a00b327d83efc0a3cee823f3 (diff)
downloadsciteco-7e4014c5936e59251044c595d20b6978e69f8568.tar.gz
revised lexer configuration using SciTE property files and Textadept's terminal color definitions
* lexer config is now in separate file installed into the package data dir, so it can be excluded from the teco.ini template. * teco.ini is generated so it can load an installed lexer.tes as ED hook (can still be dropped into the user's home and will work immediately)
Diffstat (limited to 'teco.ini.in')
-rw-r--r--teco.ini.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/teco.ini.in b/teco.ini.in
new file mode 100644
index 0000000..fcf344a
--- /dev/null
+++ b/teco.ini.in
@@ -0,0 +1,18 @@
+! TECO.INI !
+
+EQ0@pkgdatadir@/lexer.tes
+@1{
+ ! lexer.tes calls this !
+}
+ED#32ED
+
+! margins !
+5,0ESSETMARGINWIDTHN
+0,1ESSETMARGINWIDTHN
+1,2ESSETMARGINWIDTHN
+
+! open all files specified on the commandline !
+[.f
+ <:L;R 0X.f EBQ.f EB L>
+].f
+-EF