mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
docs: add hl-DiagnosticDeprecated
and hl-DiagnosticUnnecessary
This commit is contained in:
parent
6801befcc5
commit
99c86bae15
@ -295,6 +295,14 @@ DiagnosticSignHint
|
|||||||
DiagnosticSignOk
|
DiagnosticSignOk
|
||||||
Used for "Ok" signs in sign column.
|
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*
|
SIGNS *diagnostic-signs*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user