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.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron
index c3a29c10c..8055a4687 100644
--- a/crates/libsyntax2/src/grammar.ron
+++ b/crates/libsyntax2/src/grammar.ron
@@ -238,6 +238,7 @@ Grammar(
238 ast: { 238 ast: {
239 "Root": ( 239 "Root": (
240 collections: [ 240 collections: [
241 ["items", "ModuleItem"],
241 ["functions", "FnDef"], 242 ["functions", "FnDef"],
242 ["modules", "Module"], 243 ["modules", "Module"],
243 ] 244 ]