![]() 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. |
||
---|---|---|
.. | ||
languages | ||
assets.rs | ||
languages.rs | ||
main.rs | ||
menus.rs | ||
only_instance.rs | ||
test.rs | ||
zed.rs |