You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
3.3 KiB
33 lines
3.3 KiB
diff -up vim74/runtime/syntax/spec.vim.highlite vim74/runtime/syntax/spec.vim |
|
--- vim74/runtime/syntax/spec.vim.highlite 2016-07-04 10:17:45.000000000 +0200 |
|
+++ vim74/runtime/syntax/spec.vim 2016-08-04 15:20:26.116049343 +0200 |
|
@@ -38,7 +38,7 @@ syn match specNoNumberHilite 'X11\|X11R6 |
|
syn match specManpageFile '[a-zA-Z]\.1' |
|
|
|
"Day, Month and most used license acronyms |
|
-syn keyword specLicense contained GPL LGPL BSD MIT GNU |
|
+syn keyword specLicense contained GPL LGPL BSD MIT GNU distributable |
|
syn keyword specWeekday contained Mon Tue Wed Thu Fri Sat Sun |
|
syn keyword specMonth contained Jan Feb Mar Apr Jun Jul Aug Sep Oct Nov Dec |
|
syn keyword specMonth contained January February March April May June July August September October November December |
|
@@ -61,9 +61,9 @@ syn cluster specListedFiles contains=spe |
|
|
|
"specComands |
|
syn match specConfigure contained '\./configure' |
|
-syn match specTarCommand contained '\<tar\s\+[cxvpzIf]\{,5}\s*' |
|
+syn match specTarCommand contained '\<tar\s\+[cxvpzIjf]\{,5}\s*' |
|
syn keyword specCommandSpecial contained root |
|
-syn keyword specCommand contained make xmkmf mkdir chmod ln find sed rm strip moc echo grep ls rm mv mkdir install cp pwd cat tail then else elif cd gzip rmdir ln eval export touch |
|
+syn keyword specCommand contained make xmkmf mkdir chmod ln find sed rm strip moc echo grep ls rm mv mkdir install cp pwd cat tail then else elif cd gzip rmdir ln eval export touch bzip2 bunzip2 gunzip |
|
syn cluster specCommands contains=specCommand,specTarCommand,specConfigure,specCommandSpecial |
|
|
|
"frequently used rpm env vars |
|
@@ -105,7 +105,7 @@ syn case ignore |
|
"%% PreAmble Section %% |
|
"Copyright and Serial were deprecated by License and Epoch |
|
syn region specPreAmbleDeprecated oneline matchgroup=specError start='^\(Copyright\|Serial\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier |
|
-syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Recommends\|Suggests\|Supplements\|Enhances\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier |
|
+syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Recommends\|Suggests\|Supplements\|Enhances\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExcludeOS\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier |
|
|
|
"%% Description Section %% |
|
syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment
|
|
|