]> git.pld-linux.org Git - packages/vim.git/blob - spec.vim
- added rpmcxxflags
[packages/vim.git] / spec.vim
1 " Filename:    spec.vim
2 " Purpose:     Vim syntax file
3 " Language:    SPEC: Build/install scripts for Linux RPM packages
4 " Maintainer:  Donovan Rebbechi elflord@pegasus.rutgers.edu
5 " URL:         http://pegasus.rutgers.edu/~elflord/vim/syntax/spec.vim
6 " Last Change: Tue Oct  3 17:35:15 BRST 2000 <aurelio@conectiva.com.br>
7
8 " For version 5.x: Clear all syntax items
9 " For version 6.x: Quit when a syntax file was already loaded
10 if version < 600
11   syntax clear
12 elseif exists("b:current_syntax")
13   finish
14 endif
15
16 syn sync minlines=1000
17
18 syn match specSpecialChar contained '[][!$()\\|>^;:]'
19 syn match specColon       contained ':'
20 syn match specPercent     contained '%'
21
22 syn match specVariables   contained '\$\h\w*' contains=specSpecialVariablesNames,specSpecialChar
23 syn match specVariables   contained '\${\w*}' contains=specSpecialVariablesNames,specSpecialChar
24
25 syn match specMacroIdentifier contained '%\h\w*' contains=specMacroNameLocal,specMacroNameOther,specPercent
26 "syn match specMacroIdentifier contained '%{\w*}' contains=specMacroNameLocal,specMacroNameOther,specPercent,specSpecialChar
27 syn region specMacroIdentifier oneline matchgroup=Special start='%{' skip='\\}' end='}' contains=specMacroNameLocal,specMacroNameOther,specPercent,specSpecialChar
28 syn match specBcond contained '%{with\(out\)\?\s\+[a-zA-Z0-9_-]\+}'
29
30 syn match specSpecialVariables contained '\$[0-9]\|\${[0-9]}'
31 syn match specCommandOpts      contained '\s\(-\w\+\|--\w[a-zA-Z0-9_-]\+\)'ms=s+1
32 syn match specComment '^\s*#.*$'
33
34
35 syn case match
36
37
38 "matches with no highlight
39 syn match specNoNumberHilite 'X11\|X11R6\|[a-zA-Z]*\.\d\|[a-zA-Z][-/]\d'
40 syn match specManpageFile '[a-zA-Z]\.1'
41
42 "Day, Month and most used license acronyms
43 syn keyword specLicense contained GPL LGPL BSD MIT GNU
44 syn keyword specWeekday contained Mon Tue Wed Thu Fri Sat Sun
45 syn keyword specMonth   contained Jan Feb Mar Apr Jun Jul Aug Sep Oct Nov Dec
46 syn keyword specMonth   contained January February March April May June July August September October November December
47
48 "#, @, www
49 syn match specNumber '\(^-\=\|[ \t]-\=\|-\)[0-9.-]*[0-9]'
50 syn match specEmail contained "<\=\<[A-Za-z0-9_.-]\+@\([A-Za-z0-9_-]\+\.\)\+[A-Za-z]\+\>>\="
51 syn match specURL      contained '\<\(\(https\{0,1}\|ftp\)://\|\(www[23]\{0,1}\.\|ftp\.\)\)[A-Za-z0-9._/~:,#-]\+\>'
52 syn match specURLMacro contained '\<\(\(https\{0,1}\|ftp\)://\|\(www[23]\{0,1}\.\|ftp\.\)\)[A-Za-z0-9._/~:,#%{}-]\+\>' contains=specMacroIdentifier
53
54 "TODO take specSpecialVariables out of the cluster for the sh* contains (ALLBUT)
55 "Special system directories
56 syn match specListedFilesPrefix contained '/\(usr\|local\|opt\|X11R6\|X11\)/'me=e-1
57 syn match specListedFilesBin    contained '/s\=bin/'me=e-1
58 syn match specListedFilesLib    contained '/\(lib\|include\)/'me=e-1
59 syn match specListedFilesDoc    contained '/\(man\d*\|doc\|info\)\>'
60 syn match specListedFilesEtc    contained '/etc/'me=e-1
61 syn match specListedFilesShare  contained '/share/'me=e-1
62 syn cluster specListedFiles contains=specListedFilesBin,specListedFilesLib,specListedFilesDoc,specListedFilesEtc,specListedFilesShare,specListedFilesPrefix,specVariables,specSpecialChar
63
64 "specComands
65 syn match   specConfigure  contained '\./configure'
66 syn match   specTarCommand contained '\<tar\s\+[cxvpzjf]\{,5}\s*'
67 syn match   specMacro contained '%\(\(group\|user\)\(add\|remove\)\|banner\)'
68 syn keyword specCommandSpecial contained root
69 syn keyword specCommand         contained make xmkmf mkdir chmod 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 unzip bzip2
70 syn cluster specCommands contains=specCommand,specTarCommand,specConfigure,specCommandSpecial,specMacro
71
72 "frequently used rpm env vars
73 syn keyword specSpecialVariablesNames contained RPM_BUILD_ROOT RPM_BUILD_DIR RPM_SOURCE_DIR RPM_OPT_FLAGS LDFLAGS CC CC_FLAGS CPPNAME CFLAGS CXX CXXFLAGS CPPFLAGS
74
75 "valid macro names from /usr/lib/rpm/macros
76 syn keyword specMacroNameOther contained buildroot buildsubdir debugcflags date distribution disturl ix86 kgcc kgcc_package name nil optflags packager perl_archlib perl_privlib perl_sitearch perl_sitelib perl_vendorarch perl_vendorlib release requires_eq rpmcflags rpmcxxflags rpmldflags tmpdir vendor version epoch
77 syn match   specMacroNameOther contained '\<\(PATCH\|SOURCE\)\d*\>'
78
79 "valid _macro names from /usr/lib/rpm/macros
80 syn keyword specMacroNameLocal contained _aclocaldir _applnkdir _arch _binary_payload _bindir _build _build_arch _build_alias _build_cpu _builddir _build_os _buildshell _buildsubdir _build_vendor _bzip2bin _datadir _dbpath _dbpath_rebuild _defaultdocdir _desktopdir _docdir _examplesdir _excludedocs _exec_prefix _fixgroup _fixowner _fixperms _fontsdir _ftpport _ftpproxy _gnu _gpg_name _gpg_path _gtkdocdir _gzipbin _host _host_alias _host_cpu _host_os _host_vendor _httpport _httpproxy _iconsdir _includedir _infodir _initrddir _install_langs _install_script_path _instchangelog _javaclasspath _javadir _javadocdir _kernelsrcdir _kernel_ver _kernel_ver_str _langpatt _lib _libdir _libexecdir _localstatedir _mandir _netsharedpath _oldincludedir _omf_dest_dir _os _package_version _pgpbin _pgp_name _pgp_path _pixmapsdir _pkgconfigdir _prefix _preScriptEnvironment _provides _rpmdir _rpmfilename _sbindir _sharedstatedir _signature _smp_mflags _sourcedir _source_payload _specdir _srcrpmdir _sysconfdir _target _target_alias _target_cpu _target_os _target_platform _target_vendor _timecheck _tmppath _topdir _usr _usrsrc _var _vendor
81
82
83 "------------------------------------------------------------------------------
84 " here's is all the spec sections definitions: PreAmble, Description, Package,
85 "   Scripts, Files and Changelog
86
87 "One line macros - valid in all ScriptAreas
88 "tip: remember do include new items on specScriptArea's skip section
89 syn region specSectionMacroArea oneline matchgroup=specSectionMacro start='^%\(\(un\)\?define\|dump\|trace\|patch\d*\|setup\|configure2_13\|configure\|GNUconfigure\|find_lang\|makeinstall\|bcond_with\(out\)\?\|include\)\>' end='$' contains=specCommandOpts,specMacroIdentifier,specSectionMacroBcondArea
90 syn region specSectionMacroBracketArea oneline matchgroup=specSectionMacro start='^%{\(configure2_13\|configure\|GNUconfigure\|find_lang\|makeinstall\)}' end='$' contains=specCommandOpts,specMacroIdentifier
91 syn region specSectionMacroBcondArea oneline matchgroup=specBlock start='%{!\??\(with\(out\)\?_[a-zA-Z0-9_]\+\|debug\):' skip='\\}' end='}' contains=ALLBUT,shCase
92
93 "%% Files Section %%
94 "TODO %config valid parameters: missingok\|noreplace
95 "TODO %verify valid parameters: \(not\)\= \(md5\|atime\|...\)
96 syn region specFilesArea matchgroup=specSection start='^%[Ff][Ii][Ll][Ee][Ss]\>' skip='%\(attrib\|defattr\|attr\|dir\|config\|docdir\|doc\|lang\|verify\|ghost\|exclude\|dev\)\>' end='^%[a-zA-Z]'me=e-2 contains=specFilesOpts,specFilesDirective,@specListedFiles,specComment,specCommandSpecial,specMacroIdentifier
97 "tip: remember to include new items in specFilesArea above
98 syn match  specFilesDirective contained '%\(attrib\|defattr\|attr\|dir\|config\|docdir\|doc\|lang\|verify\|ghost\|exclude\|dev\)\>'
99
100 "valid options for certain section headers
101 syn match specDescriptionOpts contained '\s-[ln]\s*\a'ms=s+1,me=e-1
102 syn match specPackageOpts     contained    '\s-n\s*\w'ms=s+1,me=e-1
103 syn match specFilesOpts       contained    '\s-f\s*\w'ms=s+1,me=e-1
104
105
106 syn case ignore
107
108
109 "%% PreAmble Section %%
110 "Copyright and Serial were deprecated by License and Epoch
111 syn region specPreAmbleDeprecated oneline matchgroup=specError start='^\(Copyright\|Serial\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
112 syn region specPreAmble oneline matchgroup=specCommand
113         \ start='\(^\|\(^%{!\??\(with\(out\)\?_[a-zA-Z0-9_]\+\|debug\):\)\@<=\)\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|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\|AutoReqProv\|AutoReq\|AutoProv\|Epoch\|NoSource\)'
114         \ end='$\|}\@='
115         \ contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier,specSectionMacroBcondArea
116
117 "%% Description Section %%
118 syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment
119
120 "%% Package Section %%
121 syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment
122
123 "%% Scripts Section %%
124 syn region specScriptArea matchgroup=specSection
125         \ start='^%\(prep\|build\|install\|clean\|pre\|postun\|preun\|post\|triggerin\|triggerun\|triggerpostun\)\>'
126         \ skip='^%{\|^%\(define\|patch\d*\|configure2_13\|configure\|GNUconfigure\|setup\|find_lang\|makeinstall\|useradd\|groupadd\)\>'
127         \ end='^%'me=e-1
128         \ contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2,specSectionMacroBcondArea
129
130 "%% Changelog Section %%
131 syn region specChangelogArea matchgroup=specSection start='^%changelog' end='^%'me=e-1 contains=specEmail,specURL,specWeekday,specMonth,specNumber,specComment,specLicense
132
133
134
135 "------------------------------------------------------------------------------
136 "here's the shell syntax for all the Script Sections
137
138
139 syn case match
140
141
142 "sh-like comment style, only valid in script part
143 syn match shComment contained '#.*$'
144
145 syn region shQuote1 contained matchgroup=shQuoteDelim start=+'+ skip=+\\'+ end=+'+ contains=specMacroIdentifier
146 syn region shQuote2 contained matchgroup=shQuoteDelim start=+"+ skip=+\\"+ end=+"+ contains=specVariables,specMacroIdentifier,specSectionMacroBcondArea
147
148 syn match shOperator contained '[><|!&;]\|[!=]='
149 syn region shDo transparent matchgroup=specBlock start="\<do\>" end="\<done\>" contains=ALLBUT,shFunction,shDoError,shCase,specPreAmble,@specListedFiles
150
151 syn region specIf  matchgroup=specBlock start="%ifosf\|%ifos\|%ifnos\|%ifarch\|%ifnarch\|ifdef\|ifndef\|%if\|%else"  end='%endif'  contains=ALLBUT, specIfError, shCase
152
153 syn region  shIf transparent matchgroup=specBlock start="\<if\>" end="\<fi\>" contains=ALLBUT,shFunction,shIfError,shCase,@specListedFiles
154
155 syn region  shFor  matchgroup=specBlock start="\<for\>" end="\<in\>" contains=ALLBUT,shFunction,shInError,shCase,@specListedFiles
156
157 syn region shCaseEsac transparent matchgroup=specBlock start="\<case\>" matchgroup=NONE end="\<in\>"me=s-1 contains=ALLBUT,shFunction,shCaseError,@specListedFiles nextgroup=shCaseEsac
158 syn region shCaseEsac matchgroup=specBlock start="\<in\>" end="\<esac\>" contains=ALLBUT,shFunction,shCaseError,@specListedFilesBin
159 syn region shCase matchgroup=specBlock contained start=")"  end=";;" contains=ALLBUT,shFunction,shCaseError,shCase,@specListedFiles
160
161 syn sync match shDoSync       grouphere  shDo       "\<do\>"
162 syn sync match shDoSync       groupthere shDo       "\<done\>"
163 syn sync match shIfSync       grouphere  shIf       "\<if\>"
164 syn sync match shIfSync       groupthere shIf       "\<fi\>"
165 syn sync match specIfSync     grouphere  specIf     "%ifarch\|%ifos\|%ifnos"
166 syn sync match specIfSync     groupthere specIf     "%endIf"
167 syn sync match shForSync      grouphere  shFor      "\<for\>"
168 syn sync match shForSync      groupthere shFor      "\<in\>"
169 syn sync match shCaseEsacSync grouphere  shCaseEsac "\<case\>"
170 syn sync match shCaseEsacSync groupthere shCaseEsac "\<esac\>"
171
172 " Define the default highlighting.
173 " For version 5.7 and earlier: only when not done already
174 " For version 5.8 and later: only when an item doesn't have highlighting yet
175 if version >= 508 || !exists("did_spec_syntax_inits")
176   if version < 508
177     let did_spec_syntax_inits = 1
178     command -nargs=+ HiLink hi link <args>
179   else
180     command -nargs=+ HiLink hi def link <args>
181   endif
182
183   "main types color definitions
184   HiLink specSection                    Structure
185   HiLink specSectionMacro               Macro
186   HiLink specWWWlink                    PreProc
187   HiLink specOpts                       Operator
188
189   "yes, it's ugly, but white is sooo cool
190   if &background == "dark"
191     hi def specGlobalMacro              ctermfg=white
192   else
193     HiLink specGlobalMacro              Identifier
194   endif
195
196   "sh colors
197   HiLink shComment                      Comment
198   HiLink shIf                           Statement
199   HiLink shOperator                     Special
200   HiLink shQuote1                       String
201   HiLink shQuote2                       String
202   HiLink shQuoteDelim                   Statement
203
204   "spec colors
205   HiLink specBlock                      Function
206   HiLink specBcond                      Function
207   HiLink specColon                      Special
208   HiLink specCommand                    Statement
209   HiLink specCommandOpts                specOpts
210   HiLink specCommandSpecial             Special
211   HiLink specComment                    Comment
212   HiLink specConfigure                  specCommand
213   HiLink specDate                       String
214   HiLink specDescriptionOpts            specOpts
215   HiLink specEmail                      specWWWlink
216   HiLink specError                      Error
217   HiLink specFilesDirective             specSectionMacro
218   HiLink specFilesOpts                  specOpts
219   HiLink specLicense                    String
220   HiLink specMacroNameLocal             specGlobalMacro
221   HiLink specMacroNameOther             specGlobalMacro
222   HiLink specManpageFile                NONE
223   HiLink specMonth                      specDate
224   HiLink specNoNumberHilite             NONE
225   HiLink specNumber                     Number
226   HiLink specPackageOpts                specOpts
227   HiLink specPercent                    Special
228   HiLink specSpecialChar                Special
229   HiLink specSpecialVariables           specGlobalMacro
230   HiLink specSpecialVariablesNames      specGlobalMacro
231   HiLink specTarCommand                 specCommand
232   HiLink specMacro                      Macro
233   HiLink specURL                        specWWWlink
234   HiLink specURLMacro                   specWWWlink
235   HiLink specVariables                  Identifier
236   HiLink specWeekday                    specDate
237   HiLink specListedFilesBin             Statement
238   HiLink specListedFilesDoc             Statement
239   HiLink specListedFilesEtc             Statement
240   HiLink specListedFilesLib             Statement
241   HiLink specListedFilesPrefix          Statement
242   HiLink specListedFilesShare           Statement
243
244   delcommand HiLink
245 endif
246
247 let b:current_syntax = "spec"
248
249 " vim: ts=8
This page took 0.052741 seconds and 4 git commands to generate.