mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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