aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-28 12:21:37 +0100
committerAleksey Kladov <[email protected]>2018-08-28 12:21:37 +0100
commit6c41a205a908eb94f139f968f803e728fc3418c6 (patch)
treea57ecdabdb29151a05c8b6be3e06009f464e2941 /crates/libsyntax2/src/grammar.ron
parent288c9d1ac625c4fa451bdb8ff54830fb9f9795e0 (diff)
join any block
Diffstat (limited to 'crates/libsyntax2/src/grammar.ron')
-rw-r--r--crates/libsyntax2/src/grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron
index 7217a4633..c3a29c10c 100644
--- a/crates/libsyntax2/src/grammar.ron
+++ b/crates/libsyntax2/src/grammar.ron
@@ -384,6 +384,7 @@ Grammar(
384 "PrefixExpr": (), 384 "PrefixExpr": (),
385 "RangeExpr": (), 385 "RangeExpr": (),
386 "BinExpr": (), 386 "BinExpr": (),
387 "Literal": (),
387 388
388 "Expr": ( 389 "Expr": (
389 enum: [ 390 enum: [
@@ -418,6 +419,7 @@ Grammar(
418 "PrefixExpr", 419 "PrefixExpr",
419 "RangeExpr", 420 "RangeExpr",
420 "BinExpr", 421 "BinExpr",
422 "Literal",
421 ], 423 ],
422 ), 424 ),
423 425