summaryrefslogtreecommitdiff
path: root/src/highlight.zig
diff options
context:
space:
mode:
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",