1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/syntax/SpaceVimFlyGrep.vim

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