aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 8ce5ebc49..9f80b3ebf 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -135,6 +135,7 @@ Grammar(
135 "PATH_EXPR", 135 "PATH_EXPR",
136 "LAMBDA_EXPR", 136 "LAMBDA_EXPR",
137 "IF_EXPR", 137 "IF_EXPR",
138 "WHILE_EXPR",
138 "BLOCK_EXPR", 139 "BLOCK_EXPR",
139 "RETURN_EXPR", 140 "RETURN_EXPR",
140 "MATCH_EXPR", 141 "MATCH_EXPR",