aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/grammar.ron
diff options
context:
space:
mode:
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