summary refs log tree commit diff
path: root/bin/hilex/irc.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-29 17:44:48 -0500
committerJune McEnroe <june@causal.agency>2020-12-29 17:44:48 -0500
commit693d2d48b0c5dc584d01c6878bfc293823613f2a (patch)
treeaf169bacd1bed94b8a5809370d6ab27e9d31e1d8 /bin/hilex/irc.c
parentMatch lex/yacc %% %{ %} lines as Macro (diff)
downloadsrc-693d2d48b0c5dc584d01c6878bfc293823613f2a.tar.gz
src-693d2d48b0c5dc584d01c6878bfc293823613f2a.zip
Clean up hilex code somewhat
Diffstat (limited to 'bin/hilex/irc.c')
-rw-r--r--bin/hilex/irc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/hilex/irc.c b/bin/hilex/irc.c
index acad66e0..99097a99 100644
--- a/bin/hilex/irc.c
+++ b/bin/hilex/irc.c
@@ -22,10 +22,10 @@
 #include "hilex.h"
 
 static const char *IRC[ClassCap] = {
-	[Keyword] = "\00315",
-	[Macro] = "\00303",
-	[Comment] = "\00302",
-	[String] = "\00310",
+	[Keyword]      = "\00315",
+	[Macro]        = "\0033",
+	[Comment]      = "\0032",
+	[String]       = "\00310",
 	[StringFormat] = "\00311",
 };