1
0
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:
Shidong Wang 2021-10-15 10:30:46 +08:00
parent d4e4fc27da
commit a407aff0c5
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -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\+\*\|$\)"