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 f1c3502bc..df1dfe050 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -143,6 +143,7 @@ Grammar(
143 "TUPLE_STRUCT_PAT", 143 "TUPLE_STRUCT_PAT",
144 "TUPLE_PAT", 144 "TUPLE_PAT",
145 "SLICE_PAT", 145 "SLICE_PAT",
146 "RANGE_PAT",
146 147
147 // atoms 148 // atoms
148 "TUPLE_EXPR", 149 "TUPLE_EXPR",