fix(syntax): use correct diagnostic group for checkhealth (#23538)

This commit is contained in:
Christian Clason 2023-05-08 17:02:53 +02:00 committed by GitHub
parent 4ecf6fdfd8
commit 9753cda591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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