1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:40:05 +08:00
SpaceVim/syntax/SpaceVimQuickFix.vim

9 lines
165 B
VimL
Raw Normal View History

2017-10-26 23:58:32 +08:00
if exists("b:current_syntax")
finish
endif
let b:current_syntax = "SpaceVimQuickFix"
syntax case ignore
syn match FileName /^[^ ]*/
hi def link FileName String