aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-03-10 17:37:41 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-03-10 17:37:41 +0000
commitf96df105ea6d27f295cc1c0a6cdb6c50979f67ed (patch)
treea1bb4699afbd53d1ccbfd3585fa15169f971571c /crates/ra_syntax/src
parent543f2ec8f63ca39182c2c33cbfd093bc008560e7 (diff)
parentcc9721996c4680e257db76aafea12a9565196d92 (diff)
Merge #956
956: Add async keyword r=c410-f3r a=c410-f3r Fixes #954. Co-authored-by: Caio <[email protected]>
Diffstat (limited to 'crates/ra_syntax/src')
-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 b7a2d1c01..66f1339c1 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -59,6 +59,7 @@ Grammar(
59 [">>=", "SHREQ"], 59 [">>=", "SHREQ"],
60 ], 60 ],
61 keywords: [ 61 keywords: [
62 "async",
62 "use", 63 "use",
63 "fn", 64 "fn",
64 "struct", 65 "struct",