" Vim syntax file " Language: Quickfix window " Maintainer: The Vim Project " Last Change: 2025 Feb 07 " Former Maintainer: Bram Moolenaar " Quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn match qfFileName "^[^|]*" nextgroup=qfSeparator1 syn match qfSeparator1 "|" contained nextgroup=qfLineNr 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 " Hide file name and line number for help outline (TOC). if has_key(w:, 'qf_toc') || get(w:, 'quickfix_title') =~# '\