From 017365813ce9fe3f7fb4ea3f1e2f9af72f2a1439 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 29 Dec 2020 13:59:05 -0500 Subject: Rename Tag class to IdentifierTag --- bin/hilex/ansi.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bin/hilex/ansi.c') diff --git a/bin/hilex/ansi.c b/bin/hilex/ansi.c index fa88fd37..0d337523 100644 --- a/bin/hilex/ansi.c +++ b/bin/hilex/ansi.c @@ -21,12 +21,12 @@ #include "hilex.h" static const char *SGR[ClassCap] = { - [Keyword] = "37", - [Tag] = "4", - [Macro] = "32", - [Comment] = "34", - [String] = "36", - [StringFormat] = "36;1;96", + [Keyword] = "37", + [IdentifierTag] = "4", + [Macro] = "32", + [Comment] = "34", + [String] = "36", + [StringFormat] = "36;1;96", }; static void ansiFormat(const char *opts[], enum Class class, const char *text) { -- cgit 1.4.1