aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-24 16:24:49 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-24 17:22:52 +0300
commit6e3da17a2fae11af9ae00d9b59bd0d752022e16b (patch)
treeaf0d64f08536ac193b30a8092a8c9c337eaf81e4 /lib
parent4b266c9616f4eb359be71c44b9b2fa3373265bb0 (diff)
downloadsciteco-6e3da17a2fae11af9ae00d9b59bd0d752022e16b.tar.gz
<EI> has been repurposed and is the macro file inclusion (indirect file) command now
* Improves DEC TECO-11 compatibility. * <EM> is still supported as a synonym, but considered deprecated and is no longer documented. A warning is printed when invoked. It can be repurposed at any time in the future. * `EI$` is not yet supported. I am unsure whether this makes any sense.
Diffstat (limited to 'lib')
-rw-r--r--lib/lexer.tes2
-rw-r--r--lib/lexers/woman.tes2
-rw-r--r--lib/session.tesbin3180 -> 3180 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/lexer.tes b/lib/lexer.tes
index 2969184..4e3e1b5 100644
--- a/lib/lexer.tes
+++ b/lib/lexer.tes
@@ -29,7 +29,7 @@
[_ 1ENQ[$SCITECOPATH]/lexers/*.tes ]_ J
<:L;R
0X.[filename] 4R .U.p <-A-^^/"= 1; ':R;> .,Q.pX.[name]
- EMQ.[filename]
+ EIQ.[filename]
:@EU[lexer.auto]{
:M[lexer.test.Q.[name]]"S :M[lexer.set.Q.[name]] ]_ '
}
diff --git a/lib/lexers/woman.tes b/lib/lexers/woman.tes
index 6265e60..01b19d5 100644
--- a/lib/lexers/woman.tes
+++ b/lib/lexers/woman.tes
@@ -22,5 +22,5 @@
10,1#4ESSETYCARETPOLICY
0EJ-1"> 32ESSTYLESETFONTQ[lexer.woman.font] :M[color.init] '
- 1:EN*Q*.tec"S EMQ*.tec '
+ 1:EN*Q*.tec"S EIQ*.tec '
}
diff --git a/lib/session.tes b/lib/session.tes
index 3048e9e..845db25 100644
--- a/lib/session.tes
+++ b/lib/session.tes
Binary files differ