mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:50:06 +08:00
4 lines
142 B
VimL
4 lines
142 B
VimL
" helpHeadline do not include # which is used in
|
|
" SpaceVim layer name
|
|
syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()_#]*\ze\(\s\+\*\|$\)"
|