0
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-06 19:29:52 +08:00
SpaceVim/syntax/SpaceVimFlyGrep.vim

9 lines
233 B
VimL
Raw Permalink 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-12-30 03:07:22 -06:00
syn match FileName /\([A-Z]:\)\?[^:]*:\d\+:\(\d\+:\)\?/
hi def link FileName Comment