Closed rhysd closed 6 years ago
While #161, I noticed that await is not highlighted. I'm not sure that this is a bug, but IMO await also should be highlighted because async is highlighted. I tried to fix it.
await
async
I confirmed
Yes, I forgot to copy from https://github.com/othree/es.next.syntax.vim here. And I use both so I didn't notice this bug.
Thank you
While #161, I noticed that
await
is not highlighted. I'm not sure that this is a bug, but IMOawait
also should be highlighted becauseasync
is highlighted. I tried to fix it.I confirmed
await
keyword is correctly highlighted in expression contextawait
variable name is highlighted as error