Javascript now has "async" and "await", which should be recognized as keywords. This patch adds support for these. (Technically async is not a keyword, but I think it's best to treat it as one.)