We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.await
Since built-in await syntax landed in nightly a few days ago, it would be nice to have .await highlighted in vim!
The text was updated successfully, but these errors were encountered:
This issue seems already fixed. Because await is a new keyword since Rust2018, simply highlight it as keyword should be ok.
await
rust.vim/syntax/rust.vim
Line 49 in e99f3f5
Sorry, something went wrong.
Was indeed fixed in #327.
No branches or pull requests
Since built-in await syntax landed in nightly a few days ago, it would be nice to have
.await
highlighted in vim!The text was updated successfully, but these errors were encountered: