aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexer.tes
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-07 21:52:15 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-11-08 13:00:47 +0100
commit397554a6091f4a8d337cc4935638bf736bef23be (patch)
tree0ca3cfa6bb0297394cd451181d7cd861d81975c6 /lib/lexer.tes
parent4e6ddd6c329d56055a732c6344df019f0d997aaf (diff)
added ED flag 2048 to redirect Scintilla messages to the command line view: enables syntax highlighting on the command line
* M[lexer.set.cmdline] can be used to set up syntax highlighting on the command line (if desired). * Color schemes with light-dark themes (solarized.tes) are now responsible to update the command line view as well.
Diffstat (limited to 'lib/lexer.tes')
-rw-r--r--lib/lexer.tes9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/lexer.tes b/lib/lexer.tes
index 4e3e1b5..af6793a 100644
--- a/lib/lexer.tes
+++ b/lib/lexer.tes
@@ -39,3 +39,12 @@
:@[lexer.auto]{
]_
}
+
+@[lexer.set.cmdline]{
+ 0,2048ED
+ :M[color.init]
+ !* indicator for rubbed out part of the command line *!
+ :M[color.default],8ESINDICSETFORE
+ :M[lexer.set.sciteco]
+ 2048,0ED
+}