mirror of
https://github.com/neovim/neovim.git
synced 2026-07-11 11:59:43 +00:00
[Backport release-0.9] docs: add hl-DiagnosticDeprecated and hl-DiagnosticUnnecessary (#22964)
docs: add `hl-DiagnosticDeprecated` and `hl-DiagnosticUnnecessary`
(cherry picked from commit 99c86bae15)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8aeb262b1b
commit
ae797c08e9
@@ -295,6 +295,14 @@ DiagnosticSignHint
|
||||
DiagnosticSignOk
|
||||
Used for "Ok" signs in sign column.
|
||||
|
||||
*hl-DiagnosticDeprecated*
|
||||
DiagnosticDeprecated
|
||||
Used for deprecated or obsolete code.
|
||||
|
||||
*hl-DiagnosticUnnecessary*
|
||||
DiagnosticUnnecessary
|
||||
Used for unnecessary or unused code.
|
||||
|
||||
==============================================================================
|
||||
SIGNS *diagnostic-signs*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user