1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-01 21:40:05 +08:00
SpaceVim/syntax/HelpDescribe.vim

9 lines
167 B
VimL
Raw Normal View History

2017-08-26 21:45:38 +08:00
if exists("b:current_syntax")
finish
endif
let b:current_syntax = "HelpDescribe"
syntax case ignore
syn match FileName /[^:]*:\d\+:/
hi def link FileName Comment