mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
fix(syntax): use correct diagnostic group for checkhealth (#23538)
This commit is contained in:
@@ -12,7 +12,7 @@ unlet! b:current_syntax
|
|||||||
syn case match
|
syn case match
|
||||||
|
|
||||||
syn keyword DiagnosticError ERROR[:]
|
syn keyword DiagnosticError ERROR[:]
|
||||||
syn keyword DiagnosticWarning WARNING[:]
|
syn keyword DiagnosticWarn WARNING[:]
|
||||||
syn keyword DiagnosticOk OK[:]
|
syn keyword DiagnosticOk OK[:]
|
||||||
syn match helpSectionDelim "^======*\n.*$"
|
syn match helpSectionDelim "^======*\n.*$"
|
||||||
syn match healthHeadingChar "=" conceal cchar=─ contained containedin=helpSectionDelim
|
syn match healthHeadingChar "=" conceal cchar=─ contained containedin=helpSectionDelim
|
||||||
|
Reference in New Issue
Block a user