Zig Version
0.15.0-dev.386+2e35fdd03
ZLS Version
0.15.0-dev.73+2750757
Client / Code Editor / Extensions
nvim 0.11.0
Steps to Reproduce and Observed Behavior
var debug_allocator: std.heap.DebugAllocator(.{}) = .init;
Variable debug_allocator has extra Constant highlight with priority 128.

Expected Behavior
It should not have that highlighting.
Relevant log output