summary refs log tree commit diff
path: root/bin/hilex/html.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-29 22:39:16 -0500
committerJune McEnroe <june@causal.agency>2020-12-29 22:39:16 -0500
commitb2de730b6105964949df8bcf3937704108ba12b0 (patch)
treed8a1653d32432b9cf5c4ae1df806c172f3f44cb6 /bin/hilex/html.c
parentClean up C lexer (diff)
downloadsrc-b2de730b6105964949df8bcf3937704108ba12b0.tar.gz
src-b2de730b6105964949df8bcf3937704108ba12b0.zip
Add make lexer
This is kind of a mess and needs to be cleaned up against more careful
reading of the make grammar.
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 c26d66ad..bec1d6a8 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) {