comparison runtime/syntax/hamster.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
355 syn cluster hamsterComment contains=hamsterHashComment 355 syn cluster hamsterComment contains=hamsterHashComment
356 syn sync ccomment hamsterHashComment 356 syn sync ccomment hamsterHashComment
357 357
358 " Define the default highlighting. 358 " Define the default highlighting.
359 " Only when an item doesn't have highlighting yet 359 " Only when an item doesn't have highlighting yet
360 command -nargs=+ HiLink hi def link <args> 360
361 361 hi def link hamsterHashComment Comment
362 HiLink hamsterHashComment Comment 362 hi def link hamsterSpecial Special
363 HiLink hamsterSpecial Special 363 hi def link hamsterStatement Statement
364 HiLink hamsterStatement Statement 364 hi def link hamsterString String
365 HiLink hamsterString String 365 hi def link hamsterFunction Function
366 HiLink hamsterFunction Function 366
367
368 delcommand HiLink
369 367
370 let b:current_syntax = "hamster" 368 let b:current_syntax = "hamster"
371 369
372 " vim:sw=4 370 " vim:sw=4