1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 09:10:03 +08:00
SpaceVim/syntax/SpaceVimFlyGrep.vim
2018-01-25 20:58:21 +08:00

9 lines
184 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\+:\d\+:', 2)