helix/helix-term/src
Michael Davis f240d896a4
Merge unnecessary/deprecated diagnostic highlights separately (#10084)
Previously unnecessary/deprecated diagnostic tags replaced the highlight
for the severity of a diagnostic. This could cause either the severity
or unnecessary/deprecated scopes to disappear when diagnostic ranges
overlapped though. Plus the severity highlight can be interesting in
addition to the unnecessary/deprecated highlight.

So this change separates the unnecessary and deprecated highlights from
the severity highlights, so each is merged separately and when they
overlap, the highlights are combined.
2024-04-05 14:50:41 +09:00
..
commands remove redundant imports (#10154) 2024-04-04 23:28:44 +09:00
handlers
keymap Changed file picker (#5645) 2024-03-31 17:36:28 -05:00
ui Merge unnecessary/deprecated diagnostic highlights separately (#10084) 2024-04-05 14:50:41 +09:00
application.rs LSP: Normalize diagnostic file paths 2024-02-26 00:12:43 +09:00
args.rs
commands.rs Use an enum to represent yank decision during deletion of a selection (#10148) 2024-04-05 00:18:48 +09:00
compositor.rs
config.rs
events.rs
handlers.rs Fix rustc warnings about unused 'pub use's (#10011) 2024-03-27 14:34:47 +09:00
health.rs
job.rs
keymap.rs
lib.rs Fix rustc warnings about unused 'pub use's (#10011) 2024-03-27 14:34:47 +09:00
main.rs