From 537ea620bb2a73a5e79872f414af23cf4bf03179 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 28 Aug 2018 19:23:55 +0300 Subject: complete items from module scope --- crates/libsyntax2/src/grammar.ron | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/libsyntax2/src/grammar.ron') 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( ast: { "Root": ( collections: [ + ["items", "ModuleItem"], ["functions", "FnDef"], ["modules", "Module"], ] -- cgit v1.2.3