highlights(rust): add async/await keywords

This commit is contained in:
Thomas Vigouroux 2020-08-07 10:47:17 +02:00 committed by Stephan Seitz
parent 81d444c498
commit 94a5056269

View file

@ -119,6 +119,8 @@
"type" "type"
"union" "union"
"unsafe" "unsafe"
"async"
"await"
"use" "use"
"where" "where"
(mutable_specifier) (mutable_specifier)