e9cd82 update highlight patch

Authored and Committed by Karsten Hopp 9 years ago
    update highlight patch
    
        
vim-7.4-checkhl.patch ADDED
@@ -0,0 +1,12 @@
1
+ diff -up vim74/runtime/syntax/spec.vim.kh1 vim74/runtime/syntax/spec.vim
2
+ --- vim74/runtime/syntax/spec.vim.kh1 2015-11-04 11:37:16.483417787 +0100
3
+ +++ vim74/runtime/syntax/spec.vim 2015-11-04 11:37:38.033528045 +0100
4
+ @@ -114,7 +114,7 @@ syn region specDescriptionArea matchgrou
5
+ syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment
6
+
7
+ "%% Scripts Section %%
8
+ -syn region specScriptArea matchgroup=specSection start='^%\(prep\|build\|install\|clean\|pre\|postun\|preun\|post\|posttrans\)\>' skip='^%{\|^%\(define\|patch\d*\|configure\|GNUconfigure\|setup\|find_lang\|makeinstall\|make_install\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
9
+ +syn region specScriptArea matchgroup=specSection start='^%\(prep\|build\|install\|check\|clean\|pre\|postun\|preun\|post\|posttrans\)\>' skip='^%{\|^%\(define\|patch\d*\|configure\|GNUconfigure\|setup\|find_lang\|makeinstall\|make_install\)\>' end='^%'me=e-1 contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2
10
+
11
+ "%% Changelog Section %%
12
+ syn region specChangelogArea matchgroup=specSection start='^%changelog' end='^%'me=e-1 contains=specEmail,specURL,specWeekday,specMonth,specNumber,specComment,specLicense