aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
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(
100 contextual_keywords: [ 100 contextual_keywords: [
101 "auto", 101 "auto",
102 "default", 102 "default",
103 "existential",
103 "union", 104 "union",
104 ], 105 ],
105 literals: [ 106 literals: [