Packages: Rust async not highlighted

Created on 7 Jun 2020  路  2Comments  路  Source: sublimehq/Packages

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

Most helpful comment

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 馃槄)

All 2 comments

Perhaps look into #2305?

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 馃槄)

Was this page helpful?
0 / 5 - 0 ratings