mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 23:10:04 +08:00
eb9627fff3
close #3476
4 lines
139 B
VimL
4 lines
139 B
VimL
" helpHeadline do not include # which is used in
|
|
" SpaceVim layer name
|
|
syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()_#]*\ze\(\s\+\*\|$\)"
|