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

[Rust] async not highlighted #2381

Closed
dyedgreen opened this issue Jun 7, 2020 · 3 comments
Closed

[Rust] async not highlighted #2381

dyedgreen opened this issue Jun 7, 2020 · 3 comments
Labels
T: bug A bug in an existing language feature

Comments

@dyedgreen
Copy link

  • Sublime Version: 3.2.2
  • OS Version: 10.15.4
// async/ await is not highlighted
async fn test() {
    other_fn().await;
}
@michaelblyons
Copy link
Collaborator

Perhaps look into #2305?

@dyedgreen
Copy link
Author

Yeah, I believe that should contain the relevant fix 😃

Should we leave this issue open and close it when #2305 lands? (I was previously searching the open issues and this didn't come up, which is why I opened the new issue, I'd imagine this would help point people in the right direction 😅)

@deathaxe deathaxe added the T: bug A bug in an existing language feature label Aug 19, 2021
@deathaxe deathaxe changed the title Rust async not highlighted [Rust] async not highlighted Aug 31, 2021
@deathaxe
Copy link
Collaborator

deathaxe commented Jan 8, 2022

Fixed by #2305

@deathaxe deathaxe closed this as completed Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug A bug in an existing language feature
Projects
None yet
Development

No branches or pull requests

3 participants