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 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.
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)