diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 21:40:11 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 21:40:11 -0500 |
commit | 118a437acfb7b53d7522c71bd3f99982724b425b (patch) | |
tree | c6e3029a4a9497be67112e3a7333147d6e41ded1 /bin/hilex/ansi.c | |
parent | Add htagml -i (diff) | |
download | src-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.c | 1 |
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", |