From a407aff0c561493015c55bebc528ba76b865a2ed Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Fri, 15 Oct 2021 10:30:46 +0800 Subject: [PATCH] chore: add file header to help.vim --- after/syntax/help.vim | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/after/syntax/help.vim b/after/syntax/help.vim index 4603f2168..78f92f2d4 100644 --- a/after/syntax/help.vim +++ b/after/syntax/help.vim @@ -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\+\*\|$\)"