comparison runtime/syntax/inform.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
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
338 syn sync maxlines=500 338 syn sync maxlines=500
339 339
340 delcommand SynDisplay 340 delcommand SynDisplay
341 341
342 " The default highlighting. 342 " The default highlighting.
343 command -nargs=+ HiLink hi def link <args> 343
344 344 hi def link informDefine Define
345 HiLink informDefine Define 345 hi def link informType Type
346 HiLink informType Type 346 hi def link informInclude Include
347 HiLink informInclude Include 347 hi def link informPreCondit PreCondit
348 HiLink informPreCondit PreCondit 348 hi def link informPreProc PreProc
349 HiLink informPreProc PreProc 349 hi def link informGramPreProc PreProc
350 HiLink informGramPreProc PreProc 350 hi def link informAsm Special
351 HiLink informAsm Special
352 if !exists("inform_suppress_obsolete") 351 if !exists("inform_suppress_obsolete")
353 HiLink informAsmObsolete informError 352 hi def link informAsmObsolete informError
354 HiLink informKeywordObsolete informError 353 hi def link informKeywordObsolete informError
355 else 354 else
356 HiLink informAsmObsolete Special 355 hi def link informAsmObsolete Special
357 HiLink informKeywordObsolete Keyword 356 hi def link informKeywordObsolete Keyword
358 endif 357 endif
359 HiLink informPredicate Operator 358 hi def link informPredicate Operator
360 HiLink informSysFunc Identifier 359 hi def link informSysFunc Identifier
361 HiLink informSysConst Identifier 360 hi def link informSysConst Identifier
362 HiLink informConditional Conditional 361 hi def link informConditional Conditional
363 HiLink informRepeat Repeat 362 hi def link informRepeat Repeat
364 HiLink informStatement Statement 363 hi def link informStatement Statement
365 HiLink informOperator Operator 364 hi def link informOperator Operator
366 HiLink informKeyword Keyword 365 hi def link informKeyword Keyword
367 HiLink informGrammar Keyword 366 hi def link informGrammar Keyword
368 HiLink informDictString String 367 hi def link informDictString String
369 HiLink informNumber Number 368 hi def link informNumber Number
370 HiLink informError Error 369 hi def link informError Error
371 HiLink informString String 370 hi def link informString String
372 HiLink informComment Comment 371 hi def link informComment Comment
373 HiLink informAccent Special 372 hi def link informAccent Special
374 HiLink informStringUnicode Special 373 hi def link informStringUnicode Special
375 HiLink informStringCode Special 374 hi def link informStringCode Special
376 HiLink informTodo Todo 375 hi def link informTodo Todo
377 if !exists("inform_highlight_simple") 376 if !exists("inform_highlight_simple")
378 HiLink informLibAttrib Identifier 377 hi def link informLibAttrib Identifier
379 HiLink informLibProp Identifier 378 hi def link informLibProp Identifier
380 HiLink informLibObj Identifier 379 hi def link informLibObj Identifier
381 HiLink informLibRoutine Identifier 380 hi def link informLibRoutine Identifier
382 HiLink informLibVariable Identifier 381 hi def link informLibVariable Identifier
383 HiLink informLibConst Identifier 382 hi def link informLibConst Identifier
384 HiLink informLibAction Identifier 383 hi def link informLibAction Identifier
385 endif 384 endif
386 HiLink informBadDictString informError 385 hi def link informBadDictString informError
387 HiLink informBadAccent informError 386 hi def link informBadAccent informError
388 HiLink informBadStrUnicode informError 387 hi def link informBadStrUnicode informError
389 388
390 delcommand HiLink
391 389
392 let b:current_syntax = "inform" 390 let b:current_syntax = "inform"
393 391
394 " vim: ts=8 392 " vim: ts=8