mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +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 keyword DiagnosticError ERROR[:]
|
||||
syn keyword DiagnosticWarning WARNING[:]
|
||||
syn keyword DiagnosticWarn WARNING[:]
|
||||
syn keyword DiagnosticOk OK[:]
|
||||
syn match helpSectionDelim "^======*\n.*$"
|
||||
syn match healthHeadingChar "=" conceal cchar=─ contained containedin=helpSectionDelim
|
||||
|
Reference in New Issue
Block a user