summary refs log tree commit diff
path: root/bin/hilex/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hilex/html.c')
-rw-r--r--bin/hilex/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hilex/html.c b/bin/hilex/html.c
index 013b9e81..00c6740e 100644
--- a/bin/hilex/html.c
+++ b/bin/hilex/html.c
@@ -46,6 +46,7 @@ static const char *Style[ClassCap] = {
 	[Comment]       = "color: navy;",
 	[String]        = "color: teal;",
 	[StringFormat]  = "color: teal; font-weight: bold;",
+	[Interpolation] = "color: olive;",
 };
 
 static void styleTabSize(const char *tab) {