diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-11-07 21:52:15 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-11-08 13:00:47 +0100 |
| commit | 397554a6091f4a8d337cc4935638bf736bef23be (patch) | |
| tree | 0ca3cfa6bb0297394cd451181d7cd861d81975c6 /lib/color.tes | |
| parent | 4e6ddd6c329d56055a732c6344df019f0d997aaf (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/color.tes')
| -rw-r--r-- | lib/color.tes | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/color.tes b/lib/color.tes index 347f29b..a45c646 100644 --- a/lib/color.tes +++ b/lib/color.tes @@ -80,11 +80,13 @@ :M[color.bracelight],34M[color.set] :M[color.error],35M[color.set] - !* Configure fold margin *! - :M[color.linenumber]U.fU.b - Q.b,1ESSETFOLDMARGINCOLOUR Q.b,1ESSETFOLDMARGINHICOLOUR - 25U.x 7<Q.f,Q.xESMARKERSETFORE Q.b,Q.xESMARKERSETBACK %.x> - 10000++,25ESMARKERDEFINE 10000+-,26ESMARKERDEFINE - 10000++,30ESMARKERDEFINE 10000+-,31ESMARKERDEFINE - (2^*25 # 2^*26 # 2^*30 # 2^*31),2ESSETMARGINMASKN 0,2ESSETMARGINTYPEN + !* Configure fold margin (except on the command line) *! + ED&2048"= + :M[color.linenumber]U.fU.b + Q.b,1ESSETFOLDMARGINCOLOUR Q.b,1ESSETFOLDMARGINHICOLOUR + 25U.x 7<Q.f,Q.xESMARKERSETFORE Q.b,Q.xESMARKERSETBACK %.x> + 10000++,25ESMARKERDEFINE 10000+-,26ESMARKERDEFINE + 10000++,30ESMARKERDEFINE 10000+-,31ESMARKERDEFINE + (2^*25 # 2^*26 # 2^*30 # 2^*31),2ESSETMARGINMASKN 0,2ESSETMARGINTYPEN + ' } |
