summaryrefslogtreecommitdiffstats
path: root/src/lex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.cpp')
-rw-r--r--src/lex.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lex.cpp b/src/lex.cpp
index 3adfb5b..7dfc013 100644
--- a/src/lex.cpp
+++ b/src/lex.cpp
@@ -42,6 +42,8 @@ struct keyword_t {
/* the keyword list must be sorted */
static const keyword_t keywords[] = {
+ {"%header", TOK_HEADER},
+ {"%source", TOK_SOURCE},
{"%type", TOK_TYPE},
};