summary refs log tree commit diff
path: root/bin/hilex.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/hilex.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/hilex.h b/bin/hilex.h
index 2a8d4ec0..2c080e20 100644
--- a/bin/hilex.h
+++ b/bin/hilex.h
@@ -22,13 +22,13 @@
 	X(Operator) \
 	X(Number) \
 	X(Keyword) \
-	X(Identifier) \
+	X(Ident) \
 	X(Macro) \
 	X(Comment) \
 	X(String) \
-	X(StringEscape) \
-	X(StringFormat) \
-	X(Interpolation)
+	X(Escape) \
+	X(Format) \
+	X(Subst)
 
 enum Class {
 #define X(class) class,
ensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe