summary refs log tree commit diff
path: root/bin/hilex/ansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hilex/ansi.c')
-rw-r--r--bin/hilex/ansi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hilex/ansi.c b/bin/hilex/ansi.c
index a7d22e81..56a10548 100644
--- a/bin/hilex/ansi.c
+++ b/bin/hilex/ansi.c
@@ -27,6 +27,7 @@ static const char *SGR[ClassCap] = {
 	[Comment]       = "34",
 	[String]        = "36",
 	[StringFormat]  = "36;1;96",
+	[Interpolation] = "33",
 };
 
 static void ansiFormat(const char *opts[], enum Class class, const char *text) {