mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
chore: add file header to help.vim
This commit is contained in:
parent
d4e4fc27da
commit
a407aff0c5
@ -1,3 +1,8 @@
|
||||
" helpHeadline do not include # which is used in
|
||||
" SpaceVim layer name
|
||||
"=============================================================================
|
||||
" help.vim --- after syntax for vim help
|
||||
" Copyright (c) 2016-2021 Wang Shidong & Contributors
|
||||
" Author: Wang Shidong < wsdjeg@outlook.com >
|
||||
" URL: https://spacevim.org
|
||||
" License: GPLv3
|
||||
"=============================================================================
|
||||
syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()_#]*\ze\(\s\+\*\|$\)"
|
||||
|
Loading…
Reference in New Issue
Block a user