1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:20:05 +08:00
SpaceVim/after/syntax/help.vim

4 lines
142 B
VimL
Raw Normal View History

2020-04-22 19:35:49 +08:00
" helpHeadline do not include # which is used in
" SpaceVim layer name
syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()_#]*\ze\(\s\+\*\|$\)"