This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lexing of await in Rust lexer (rouge-ruby#1587)
Currently, `await` is tokenised as `Name::Property`. It should be tokenised as `Keyword` in the same way as `async` is tokenised. This commit fixes that mistake.
- Loading branch information