mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 06:49:01 +00:00
Fix highlight group names in LSP documentation (#12427)
LspDiagnosticInformation -> LspDiagnosticsInformation LspDiagnosticInformationSign -> LspDiagnosticsInformationSign LspDiagnosticHint -> LspDiagnosticsHint LspDiagnosticHintSign -> LspDiagnosticsHintSign
This commit is contained in:
@@ -164,21 +164,21 @@ name: >
|
|||||||
LSP HIGHLIGHT *lsp-highlight*
|
LSP HIGHLIGHT *lsp-highlight*
|
||||||
|
|
||||||
*hl-LspDiagnosticsError*
|
*hl-LspDiagnosticsError*
|
||||||
LspDiagnosticsError used for "Error" diagnostic virtual text
|
LspDiagnosticsError used for "Error" diagnostic virtual text
|
||||||
*hl-LspDiagnosticsErrorSign*
|
*hl-LspDiagnosticsErrorSign*
|
||||||
LspDiagnosticsErrorSign used for "Error" diagnostic signs in sign column
|
LspDiagnosticsErrorSign used for "Error" diagnostic signs in sign column
|
||||||
*hl-LspDiagnosticsWarning*
|
*hl-LspDiagnosticsWarning*
|
||||||
LspDiagnosticsWarning used for "Warning" diagnostic virtual text
|
LspDiagnosticsWarning used for "Warning" diagnostic virtual text
|
||||||
*hl-LspDiagnosticsWarningSign*
|
*hl-LspDiagnosticsWarningSign*
|
||||||
LspDiagnosticsWarningSign used for "Warning" diagnostic signs in sign column
|
LspDiagnosticsWarningSign used for "Warning" diagnostic signs in sign column
|
||||||
*hl-LspDiagnosticsInformation*
|
*hl-LspDiagnosticsInformation*
|
||||||
LspDiagnosticInformation used for "Information" diagnostic virtual text
|
LspDiagnosticsInformation used for "Information" diagnostic virtual text
|
||||||
*hl-LspDiagnosticsInformationSign*
|
*hl-LspDiagnosticsInformationSign*
|
||||||
LspDiagnosticInformationSign used for "Information" signs in sign column
|
LspDiagnosticsInformationSign used for "Information" signs in sign column
|
||||||
*hl-LspDiagnosticsHint*
|
*hl-LspDiagnosticsHint*
|
||||||
LspDiagnosticHint used for "Hint" diagnostic virtual text
|
LspDiagnosticsHint used for "Hint" diagnostic virtual text
|
||||||
*hl-LspDiagnosticsHintSign*
|
*hl-LspDiagnosticsHintSign*
|
||||||
LspDiagnosticHintSign used for "Hint" diagnostic signs in sign column
|
LspDiagnosticsHintSign used for "Hint" diagnostic signs in sign column
|
||||||
*hl-LspReferenceText*
|
*hl-LspReferenceText*
|
||||||
LspReferenceText used for highlighting "text" references
|
LspReferenceText used for highlighting "text" references
|
||||||
*hl-LspReferenceRead*
|
*hl-LspReferenceRead*
|
||||||
|
|||||||
Reference in New Issue
Block a user