summary refs log tree commit diff
path: root/bin/hilex/hilex.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-29 13:59:05 -0500
committerJune McEnroe <june@causal.agency>2020-12-29 13:59:05 -0500
commit017365813ce9fe3f7fb4ea3f1e2f9af72f2a1439 (patch)
tree67764aa50549f726e51c4d3940dbe62cbb458dca /bin/hilex/hilex.h
parentChange HTML class from hi to hilex (diff)
downloadsrc-017365813ce9fe3f7fb4ea3f1e2f9af72f2a1439.tar.gz
src-017365813ce9fe3f7fb4ea3f1e2f9af72f2a1439.zip
Rename Tag class to IdentifierTag
Diffstat (limited to 'bin/hilex/hilex.h')
-rw-r--r--bin/hilex/hilex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hilex/hilex.h b/bin/hilex/hilex.h
index 1e830888..f9dcea24 100644
--- a/bin/hilex/hilex.h
+++ b/bin/hilex/hilex.h
@@ -25,7 +25,7 @@
 	X(Number) \
 	X(Keyword) \
 	X(Identifier) \
-	X(Tag) \
+	X(IdentifierTag) \
 	X(Macro) \
 	X(Comment) \
 	X(String) \