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