From b2de730b6105964949df8bcf3937704108ba12b0 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 29 Dec 2020 22:39:16 -0500 Subject: Add make lexer This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. --- bin/hilex/ansi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/hilex/ansi.c') diff --git a/bin/hilex/ansi.c b/bin/hilex/ansi.c index 0d337523..cdfcc845 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) { -- cgit 1.4.1