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 67022b296..a73e4e1f1 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -138,6 +138,7 @@ Grammar(
138 138
139 // atoms 139 // atoms
140 "TUPLE_EXPR", 140 "TUPLE_EXPR",
141 "PAREN_EXPR",
141 "PATH_EXPR", 142 "PATH_EXPR",
142 "LAMBDA_EXPR", 143 "LAMBDA_EXPR",
143 "IF_EXPR", 144 "IF_EXPR",