From 118a437acfb7b53d7522c71bd3f99982724b425b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 12 Jan 2021 21:40:11 -0500 Subject: Remove hacky tagging from hilex God that makes the lexers so much simpler. --- bin/hilex/hilex.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/hilex/hilex.h') diff --git a/bin/hilex/hilex.h b/bin/hilex/hilex.h index fa16f1b6..f01bc583 100644 --- a/bin/hilex/hilex.h +++ b/bin/hilex/hilex.h @@ -25,7 +25,6 @@ X(Number) \ X(Keyword) \ X(Identifier) \ - X(IdentifierTag) \ X(Macro) \ X(Comment) \ X(String) \ @@ -53,11 +52,10 @@ extern const struct Lexer LexMdoc; extern const struct Lexer LexText; #define ENUM_OPTION \ - X(Anchor, "anchor") \ - X(CSS, "css") \ X(Document, "document") \ X(Inline, "inline") \ X(Monospace, "monospace") \ + X(Style, "style") \ X(Tab, "tab") \ X(Title, "title") -- cgit 1.4.1