aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron5
1 files changed, 5 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index d7fea44fb..8585fd2d4 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -17,6 +17,11 @@ Grammar(
17 "super", 17 "super",
18 "in", 18 "in",
19 "where", 19 "where",
20 "for",
21 "loop",
22 "while",
23 "if",
24 "match"
20 ], 25 ],
21 tokens: [ 26 tokens: [
22 "ERROR", 27 "ERROR",