runtime(qf): Update quickfix syntax

Commit: 
https://github.com/vim/vim/commit/01956225bc6f025d44419ddcad8176a3b12b3d7b
Author: GX <[email protected]>
Date:   Sat Jan 31 16:19:36 2026 +0000

    runtime(qf): Update quickfix syntax
    
    closes: https://github.com/vim/vim/issues/19296
    
    Signed-off-by: GX <[email protected]>
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/runtime/syntax/qf.vim b/runtime/syntax/qf.vim
index ce6af4989..6038983a1 100644
--- a/runtime/syntax/qf.vim
+++ b/runtime/syntax/qf.vim
@@ -1,7 +1,7 @@
 " Vim syntax file
 " Language:            Quickfix window
 " Maintainer:          The Vim Project <https://github.com/vim/vim>
-" Last Change:         2025 Feb 07
+" Last Change:         2026 Jan 31
 " Former Maintainer:   Bram Moolenaar <[email protected]>
 
 " Quit when a syntax file was already loaded
@@ -15,8 +15,11 @@ syn match    qfLineNr        "[^|]*"  contained 
nextgroup=qfSeparator2 contains=@qfType
 syn match      qfSeparator2    "|"      contained nextgroup=qfText
 syn match      qfText          ".*"     contained
 
-syn match      qfError         "error"  contained
-syn cluster    qfType  contains=qfError
+syn match      qfError         "error"   contained
+syn match      qfWarning       "warning" contained
+syn match      qfNote          "note"    contained
+syn match      qfInfo          "info"    contained
+syn cluster    qfType          contains=qfError,qfWarning,qfNote,qfInfo
 
 " The default highlighting.
 hi def link qfFileName         Directory
@@ -24,7 +27,6 @@ hi def link qfLineNr          LineNr
 hi def link qfSeparator1       Delimiter
 hi def link qfSeparator2       Delimiter
 hi def link qfText             Normal
-
 hi def link qfError            Error
 
 let b:current_syntax = "qf"

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1vmDrI-005o1b-1L%40256bit.org.

Raspunde prin e-mail lui