summary refs log tree commit diff
path: root/bin/hilex/ansi.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-12 21:40:11 -0500
committerJune McEnroe <june@causal.agency>2021-01-12 21:40:11 -0500
commit118a437acfb7b53d7522c71bd3f99982724b425b (patch)
treec6e3029a4a9497be67112e3a7333147d6e41ded1 /bin/hilex/ansi.c
parentAdd htagml -i (diff)
downloadsrc-118a437acfb7b53d7522c71bd3f99982724b425b.tar.gz
src-118a437acfb7b53d7522c71bd3f99982724b425b.zip
Remove hacky tagging from hilex
God that makes the lexers so much simpler.
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 cdfcc845..5dc5f127 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",