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

9 lines
215 B
VimL
Raw Normal View History

2018-07-15 20:23:38 +08:00
if exists('b:current_syntax') && b:current_syntax ==# 'SpaceVimFlyGrep'
finish
endif
2018-07-15 20:23:38 +08:00
let b:current_syntax = 'SpaceVimFlyGrep'
syntax case ignore
2018-02-22 09:46:33 +08:00
syn match FileName /[^:]*:\d\+:\d\+:/
hi def link FileName Comment