Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New .await syntax highlighting. #325

Closed
rubdos opened this issue May 21, 2019 · 2 comments
Closed

New .await syntax highlighting. #325

rubdos opened this issue May 21, 2019 · 2 comments

Comments

@rubdos
Copy link

rubdos commented May 21, 2019

Since built-in await syntax landed in nightly a few days ago, it would be nice to have .await highlighted in vim!

@rhysd
Copy link
Contributor

rhysd commented Sep 2, 2019

This issue seems already fixed. Because await is a new keyword since Rust2018, simply highlight it as keyword should be ok.

syn keyword rustAwait await

@rubdos
Copy link
Author

rubdos commented Sep 2, 2019

Was indeed fixed in #327.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants