Highlights usages of await in functions that were possibly intended to be async but are missing the async modifier. While it is possible to use 'await' as an identifier, it is likely that it was intended to be used as an operator and the containing function should be made async.