summaryrefslogtreecommitdiff
path: root/src/highlight.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-02-25 04:05:26 +0200
committerGravatar Uko Kokņevičs2024-02-25 04:05:26 +0200
commit29ba785c07169c54e33121d8fdd9d22fc18a20a3 (patch)
tree7354e3ca8cd431bf42e3df15e57d3027a22e55d4 /src/highlight.zig
parentAdd C-<home> and C-<end> (diff)
downloades-29ba785c07169c54e33121d8fdd9d22fc18a20a3.tar.gz
es-29ba785c07169c54e33121d8fdd9d22fc18a20a3.tar.xz
es-29ba785c07169c54e33121d8fdd9d22fc18a20a3.zip
Don't do italic, not supported everywhere
Diffstat (limited to 'src/highlight.zig')
-rw-r--r--src/highlight.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/highlight.zig b/src/highlight.zig
index b6876d6..297a61f 100644
--- a/src/highlight.zig
+++ b/src/highlight.zig
@@ -19,8 +19,8 @@ pub const Highlight = enum {
19 19
20 .normal => "\x1b[;39m", 20 .normal => "\x1b[;39m",
21 21
22 .comment => "\x1b[;2;3;36m", 22 .comment => "\x1b[;2;36m",
23 .comment_ml => "\x1b[;2;3;36m", 23 .comment_ml => "\x1b[;2;36m",
24 .keyword1 => "\x1b[;1;33m", 24 .keyword1 => "\x1b[;1;33m",
25 .keyword2 => "\x1b[;32m", 25 .keyword2 => "\x1b[;32m",
26 .number => "\x1b[;31m", 26 .number => "\x1b[;31m",