Auto merge of #17459 - MariaSolOs:async-compl, r=Veykril

fix(completion): complete async keyword

Fixes #17452

Not entirely confident of the fix here, but my logic is that `async` should in general be offered in similar semantic scenarios as other keywords like `static` or `pub`.