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