mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
9 lines
179 B
VimL
9 lines
179 B
VimL
if exists("b:current_syntax")
|
|
finish
|
|
endif
|
|
let b:current_syntax = "SpaceVimFlyGrep"
|
|
syntax case ignore
|
|
|
|
hi def link FileName Comment
|
|
call matchadd('FileName', '[^:]*:\d\+:', 2)
|