From 47940e2a528e30903c68abb6c0246cb86772d389 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 12 Jan 2021 21:40:11 -0500 Subject: Remove hacky tagging from hilex God that makes the lexers so much simpler. --- bin/hilex/ansi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/hilex/ansi.c') diff --git a/bin/hilex/ansi.c b/bin/hilex/ansi.c index 56a10548..114d03a6 100644 --- a/bin/hilex/ansi.c +++ b/bin/hilex/ansi.c @@ -22,7 +22,6 @@ static const char *SGR[ClassCap] = { [Keyword] = "37", - [IdentifierTag] = "4", [Macro] = "32", [Comment] = "34", [String] = "36", -- cgit 1.4.1