diff options
Diffstat (limited to 'MoonParser/moon_parser.h')
-rw-r--r-- | MoonParser/moon_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MoonParser/moon_parser.h b/MoonParser/moon_parser.h index 0c3f427..bf618aa 100644 --- a/MoonParser/moon_parser.h +++ b/MoonParser/moon_parser.h | |||
@@ -26,6 +26,6 @@ struct State | |||
26 | "local", "not", "then", "return", "from", | 26 | "local", "not", "then", "return", "from", |
27 | "extends", "for", "do", "or", "export", | 27 | "extends", "for", "do", "or", "export", |
28 | "class", "in", "unless", "when", "elseif", | 28 | "class", "in", "unless", "when", "elseif", |
29 | "switch", "break", "if", "with", "import" | 29 | "switch", "break", "if", "with", "import", "true", "false", "nil" |
30 | }; | 30 | }; |
31 | }; | 31 | }; |