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
commit97d3d661c8972045f7f8a32cb094d9146b4b76f2 (patch)
tree37696895d510ef2304af7f6fe33c71a4e4a19328 /bin/hilex/hilex.h
parentChange HTML class from hi to hilex (diff)
downloadsrc-97d3d661c8972045f7f8a32cb094d9146b4b76f2.tar.gz
src-97d3d661c8972045f7f8a32cb094d9146b4b76f2.zip
Rename Tag class to IdentifierTag
Diffstat (limited to '')
-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 870c8a3a..93272bc0 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) \