comparison runtime/syntax/spup.vim @ 10051:46763b01cd9a

commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 31 22:22:10 2016 +0200 Updated runtime files. Remove HiLink commands.
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Aug 2016 22:30:08 +0200
parents 43efa4f5a8ea
children 11b656e74444
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
202 syn sync match spupSyncTitle grouphere spupTitle "^TITLE" 202 syn sync match spupSyncTitle grouphere spupTitle "^TITLE"
203 syn sync match spupSyncUnit grouphere spupUnit "^UNIT" 203 syn sync match spupSyncUnit grouphere spupUnit "^UNIT"
204 204
205 " Define the default highlighting. 205 " Define the default highlighting.
206 " Only when an item doesn't have highlighting yet 206 " Only when an item doesn't have highlighting yet
207 command -nargs=+ HiLink hi def link <args> 207
208 208 hi def link spupCdi spupSection
209 HiLink spupCdi spupSection 209 hi def link spupConditions spupSection
210 HiLink spupConditions spupSection 210 hi def link spupDeclare spupSection
211 HiLink spupDeclare spupSection 211 hi def link spupEstimation spupSection
212 HiLink spupEstimation spupSection 212 hi def link spupExternal spupSection
213 HiLink spupExternal spupSection 213 hi def link spupFlowsheet spupSection
214 HiLink spupFlowsheet spupSection 214 hi def link spupFunction spupSection
215 HiLink spupFunction spupSection 215 hi def link spupGlobal spupSection
216 HiLink spupGlobal spupSection 216 hi def link spupHomotopy spupSection
217 HiLink spupHomotopy spupSection 217 hi def link spupMacro spupSection
218 HiLink spupMacro spupSection 218 hi def link spupModel spupSection
219 HiLink spupModel spupSection 219 hi def link spupOperation spupSection
220 HiLink spupOperation spupSection 220 hi def link spupOptions spupSection
221 HiLink spupOptions spupSection 221 hi def link spupProcedure spupSection
222 HiLink spupProcedure spupSection 222 hi def link spupProfiles spupSection
223 HiLink spupProfiles spupSection 223 hi def link spupReport spupSection
224 HiLink spupReport spupSection 224 hi def link spupTitle spupConstant " this is correct, truly ;)
225 HiLink spupTitle spupConstant " this is correct, truly ;) 225 hi def link spupUnit spupSection
226 HiLink spupUnit spupSection 226
227 227 hi def link spupCdiSubs spupSubs
228 HiLink spupCdiSubs spupSubs 228 hi def link spupConditionsSubs spupSubs
229 HiLink spupConditionsSubs spupSubs 229 hi def link spupDeclareSubs spupSubs
230 HiLink spupDeclareSubs spupSubs 230 hi def link spupEstimationSubs spupSubs
231 HiLink spupEstimationSubs spupSubs 231 hi def link spupExternalSubs spupSubs
232 HiLink spupExternalSubs spupSubs 232 hi def link spupFlowsheetSubs spupSubs
233 HiLink spupFlowsheetSubs spupSubs 233 hi def link spupFunctionSubs spupSubs
234 HiLink spupFunctionSubs spupSubs 234 hi def link spupHomotopySubs spupSubs
235 HiLink spupHomotopySubs spupSubs 235 hi def link spupMacroSubs spupSubs
236 HiLink spupMacroSubs spupSubs 236 hi def link spupModelSubs spupSubs
237 HiLink spupModelSubs spupSubs 237 hi def link spupOperationSubs spupSubs
238 HiLink spupOperationSubs spupSubs 238 hi def link spupOptionsSubs spupSubs
239 HiLink spupOptionsSubs spupSubs 239 hi def link spupProcedureSubs spupSubs
240 HiLink spupProcedureSubs spupSubs 240 hi def link spupReportSubs spupSubs
241 HiLink spupReportSubs spupSubs 241 hi def link spupUnitSubs spupSubs
242 HiLink spupUnitSubs spupSubs 242
243 243 hi def link spupCode Normal
244 HiLink spupCode Normal 244 hi def link spupComment Comment
245 HiLink spupComment Comment 245 hi def link spupComment2 spupComment
246 HiLink spupComment2 spupComment 246 hi def link spupConditional Statement
247 HiLink spupConditional Statement 247 hi def link spupConstant Constant
248 HiLink spupConstant Constant 248 hi def link spupError Error
249 HiLink spupError Error 249 hi def link spupHelp Normal
250 HiLink spupHelp Normal 250 hi def link spupIdentifier Identifier
251 HiLink spupIdentifier Identifier 251 hi def link spupNumber Constant
252 HiLink spupNumber Constant 252 hi def link spupOperator Special
253 HiLink spupOperator Special 253 hi def link spupOpenBrace spupError
254 HiLink spupOpenBrace spupError 254 hi def link spupSection Statement
255 HiLink spupSection Statement 255 hi def link spupSpecial spupTextprocGeneric
256 HiLink spupSpecial spupTextprocGeneric 256 hi def link spupStreams Type
257 HiLink spupStreams Type 257 hi def link spupString Constant
258 HiLink spupString Constant 258 hi def link spupSubs Statement
259 HiLink spupSubs Statement 259 hi def link spupSymbol Special
260 HiLink spupSymbol Special 260 hi def link spupTextprocError Normal
261 HiLink spupTextprocError Normal 261 hi def link spupTextprocGeneric PreProc
262 HiLink spupTextprocGeneric PreProc 262 hi def link spupTypes Type
263 HiLink spupTypes Type 263
264
265 delcommand HiLink
266 264
267 let b:current_syntax = "spup" 265 let b:current_syntax = "spup"
268 266
269 let &cpo = s:cpo_save 267 let &cpo = s:cpo_save
270 unlet s:cpo_save 268 unlet s:cpo_save