aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorLenard Pratt <[email protected]>2019-04-05 11:19:25 +0100
committerLenard Pratt <[email protected]>2019-04-07 13:23:18 +0100
commitb27fa33a9f459feb442682026670ca8e6001a424 (patch)
tree141bc3c57c8b1436e188abb6fd73468567a7d411 /crates/ra_syntax/src/grammar.ron
parente175921932615cb97eaa5cfd11d940cbd1473cac (diff)
updated snapshots
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index c7116c69b..0a35e25d5 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -395,8 +395,7 @@ Grammar(
395 collections: [["exprs", "Expr"]] 395 collections: [["exprs", "Expr"]]
396 ), 396 ),
397 "ArrayExpr": ( 397 "ArrayExpr": (
398 collections: [["exprs", "Expr"]], 398 collections: [["exprs", "Expr"]]
399 options:[["repeat","Expr"]]
400 ), 399 ),
401 "ParenExpr": (options: ["Expr"]), 400 "ParenExpr": (options: ["Expr"]),
402 "PathExpr": (options: ["Path"]), 401 "PathExpr": (options: ["Path"]),