diff options
author | June McEnroe <june@causal.agency> | 2020-12-28 22:58:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-28 22:58:29 -0500 |
commit | fe8ed38249d7dd6c857408238d71f311621cee3e (patch) | |
tree | 06bb3367dc231169c9a7840d1b5523691c7d5915 /bin/hilex/hilex.h | |
parent | Add mdoc lexer (diff) | |
download | src-fe8ed38249d7dd6c857408238d71f311621cee3e.tar.gz src-fe8ed38249d7dd6c857408238d71f311621cee3e.zip |
Generate Tag tokens for mdoc headings
Diffstat (limited to '')
-rw-r--r-- | bin/hilex/hilex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hilex/hilex.h b/bin/hilex/hilex.h index 00c7f53b..442094c8 100644 --- a/bin/hilex/hilex.h +++ b/bin/hilex/hilex.h @@ -25,6 +25,7 @@ X(Number) \ X(Keyword) \ X(Identifier) \ + X(Tag) \ X(Macro) \ X(Comment) \ X(String) \ |