You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, ideally only std_instead_of_alloc, std_instead_of_core and alloc_instead_of_core would get highlighted, without highlighting clippy, but highlighting all identifiers would also be fine.
Alternatively, not highlighting anything would also look good.
Summary
When using attribute macros, such as
#[warn(...)]
, only the last identifier gets highlighted with@function.macro
.#![warn(clippy::std_instead_of_alloc, clippy::std_instead_of_core, clippy::alloc_instead_of_core)]
In this case, ideally only
std_instead_of_alloc
,std_instead_of_core
andalloc_instead_of_core
would get highlighted, without highlightingclippy
, but highlighting all identifiers would also be fine.Alternatively, not highlighting anything would also look good.
Reproduction Steps
Not applicable?
Helix log
Not applicable.
Platform
Linux
Terminal Emulator
ghostty-1.1.3
Installation Method
nix build from source
Helix Version
helix 25.01.1 (29789f2)
The text was updated successfully, but these errors were encountered: