comparison runtime/syntax/skill.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
521 521
522 syn sync ccomment skillComment minlines=10 522 syn sync ccomment skillComment minlines=10
523 523
524 " Define the default highlighting. 524 " Define the default highlighting.
525 " Only when an item doesn't have highlighting yet 525 " Only when an item doesn't have highlighting yet
526 command -nargs=+ HiLink hi def link <args> 526
527 527 hi def link skillcdfFunctions Function
528 HiLink skillcdfFunctions Function 528 hi def link skillgeFunctions Function
529 HiLink skillgeFunctions Function 529 hi def link skillhiFunctions Function
530 HiLink skillhiFunctions Function 530 hi def link skillleFunctions Function
531 HiLink skillleFunctions Function 531 hi def link skilldbefFunctions Function
532 HiLink skilldbefFunctions Function 532 hi def link skillddFunctions Function
533 HiLink skillddFunctions Function 533 hi def link skillpcFunctions Function
534 HiLink skillpcFunctions Function 534 hi def link skilltechFunctions Function
535 HiLink skilltechFunctions Function 535 hi def link skillConstants Constant
536 HiLink skillConstants Constant 536 hi def link skillFunction Function
537 HiLink skillFunction Function 537 hi def link skillKeywords Statement
538 HiLink skillKeywords Statement 538 hi def link skillConditional Conditional
539 HiLink skillConditional Conditional 539 hi def link skillRepeat Repeat
540 HiLink skillRepeat Repeat 540 hi def link skillString String
541 HiLink skillString String 541 hi def link skillTodo Todo
542 HiLink skillTodo Todo 542 hi def link skillNote Todo
543 HiLink skillNote Todo 543 hi def link skillComment Comment
544 HiLink skillComment Comment 544 hi def link skillCommentError Error
545 HiLink skillCommentError Error 545
546
547 delcommand HiLink
548 546
549 let b:current_syntax = "skill" 547 let b:current_syntax = "skill"
550 548
551 " vim: ts=4 549 " vim: ts=4