mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
fix(syntax): use correct diagnostic group for checkhealth (#23538)
This commit is contained in:
parent
4ecf6fdfd8
commit
9753cda591
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user