Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jump label highlighting dont apply for diagnostic.unnecessary #12802

Open
krabodyan opened this issue Feb 6, 2025 · 0 comments
Open

jump label highlighting dont apply for diagnostic.unnecessary #12802

krabodyan opened this issue Feb 6, 2025 · 0 comments
Labels
C-bug Category: This is a bug

Comments

@krabodyan
Copy link

krabodyan commented Feb 6, 2025

Summary

"diagnostic.warning" = { underline.style = "curl"; };
"diagnostic.unnecessary" = { fg = "comment"; };

"ui.virtual.jump-label" = {
      bg = "surface2";
      fg = "blue";
      modifiers = [ "bold" "italic" ];
};

Image
default config:
Image
hint and error works well:
Image
Image

Reproduction Steps

I tried this:

  1. hx
  2. goto_word

I expected this to happen:
all jump labels have same text color

Instead, this happened:
jump label on unnecessary variables has invalid foreground color

Helix log

No response

Platform

Linux

Terminal Emulator

foot version: 1.20.1 +pgo +ime +graphemes +toplevel-icon -assertions

Installation Method

flake

Helix Version

helix 25.01.1 (c36ed6a)

@krabodyan krabodyan added the C-bug Category: This is a bug label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

1 participant