rust: Highlight async functions in completions (#3095)
Before (code in screenshot is from this branch, `crates/zed/languages/rust.rs:179`):  Notice how the last 2 entries (that are async functions) are not highlighted properly. After:  This is slightly suboptimal, as it's hard to tell that this is an async function - I guess adding an `async` prefix is not really an option, as then we should have a prefix for non-async functions too. Still, at least you can tell that something is a function in the first place. :) Release Notes: - Fixed Rust async functions not being highlighted in completions.
P
Piotr Osiewicz committed
b391f5615b0e0826122004751751fd94e5a65883
Parent: 559433b
Committed by GitHub <noreply@github.com>
on 10/6/2023, 12:43:03 PM