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, 0 insertions, 1 deletions
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",