From 2ca9f718978b20e8cffb669dc61b63ad7d5e82cd Mon Sep 17 00:00:00 2001 From: csmoe Date: Tue, 11 Jun 2019 21:24:14 +0800 Subject: fix: support existential type --- crates/ra_syntax/src/grammar.ron | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_syntax/src/grammar.ron') diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron index 1c2714307..eab55058b 100644 --- a/crates/ra_syntax/src/grammar.ron +++ b/crates/ra_syntax/src/grammar.ron @@ -100,6 +100,7 @@ Grammar( contextual_keywords: [ "auto", "default", + "existential", "union", ], literals: [ -- cgit v1.2.3