From cf278ed3bf71d336422f7d7d7d51be92b717b720 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 25 Aug 2018 11:44:17 +0300 Subject: rename file -> root --- crates/libsyntax2/src/grammar.ron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/libsyntax2/src/grammar.ron') 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( "SHEBANG", ], nodes: [ - "FILE", + "ROOT", "STRUCT_DEF", "ENUM_DEF", @@ -235,7 +235,7 @@ Grammar( "ARG_LIST", ], ast: { - "File": ( + "Root": ( collections: [ ["functions", "FnDef"], ["modules", "Module"], -- cgit v1.2.3