diff options
author | Caio <[email protected]> | 2019-03-09 23:40:22 +0000 |
---|---|---|
committer | Caio <[email protected]> | 2019-03-09 23:40:22 +0000 |
commit | ad72699553c39f159f25a6dc7ecd5df953817407 (patch) | |
tree | d0e0d665f23e8b55feb624fac45bc7de644d622c /crates/ra_syntax/src | |
parent | a9d09b7ec0721e9ad305866a57989d1aa9c67ec1 (diff) |
Add async keyword
Diffstat (limited to 'crates/ra_syntax/src')
-rw-r--r-- | crates/ra_syntax/src/grammar.ron | 1 |
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", |