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.ron4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron
index f4792df1d..0ea7e8ce1 100644
--- a/crates/libsyntax2/src/grammar.ron
+++ b/crates/libsyntax2/src/grammar.ron
@@ -114,7 +114,7 @@ Grammar(
114 "SHEBANG", 114 "SHEBANG",
115 ], 115 ],
116 nodes: [ 116 nodes: [
117 "FILE", 117 "ROOT",
118 118
119 "STRUCT_DEF", 119 "STRUCT_DEF",
120 "ENUM_DEF", 120 "ENUM_DEF",
@@ -235,7 +235,7 @@ Grammar(
235 "ARG_LIST", 235 "ARG_LIST",
236 ], 236 ],
237 ast: { 237 ast: {
238 "File": ( 238 "Root": (
239 collections: [ 239 collections: [
240 ["functions", "FnDef"], 240 ["functions", "FnDef"],
241 ["modules", "Module"], 241 ["modules", "Module"],