comparison runtime/syntax/dylanintr.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
22 22
23 "syn keyword intrMods pointer struct 23 "syn keyword intrMods pointer struct
24 24
25 " Define the default highlighting. 25 " Define the default highlighting.
26 " Only when an item doesn't have highlighting yet 26 " Only when an item doesn't have highlighting yet
27 command -nargs=+ HiLink hi def link <args>
28 27
29 HiLink dylanintrInfo Special 28 hi def link dylanintrInfo Special
30 HiLink dylanintrInterface Operator 29 hi def link dylanintrInterface Operator
31 HiLink dylanintrMods Type 30 hi def link dylanintrMods Type
32 HiLink dylanintrClass StorageClass 31 hi def link dylanintrClass StorageClass
33 HiLink dylanintrType Type 32 hi def link dylanintrType Type
34 HiLink dylanintrIncluded String 33 hi def link dylanintrIncluded String
35 HiLink dylanintrInclude Include 34 hi def link dylanintrInclude Include
36 35
37 delcommand HiLink
38 36
39 let b:current_syntax = "dylanintr" 37 let b:current_syntax = "dylanintr"
40 38
41 " vim:ts=8 39 " vim:ts=8