1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
SpaceVim/syntax/HelpDescribe.vim
2019-01-28 22:12:37 +08:00

11 lines
241 B
VimL

if exists('b:current_syntax')
finish
endif
let b:current_syntax = 'HelpDescribe'
syntax case ignore
syn match FileName /\(Definition:\ \)\@<=.*/
syn match KeyBindings /\[.*\]/
hi def link FileName Comment
hi def link KeyBindings String