spacevim/syntax/HelpDescribe.vim

11 lines
241 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
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