comparison runtime/syntax/cynlib.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
61 syn match cynlibOperator "<<=" 61 syn match cynlibOperator "<<="
62 syn keyword cynlibType In Out InST OutST Int Uint Const Cynclock 62 syn keyword cynlibType In Out InST OutST Int Uint Const Cynclock
63 63
64 " Define the default highlighting. 64 " Define the default highlighting.
65 " Only when an item doesn't have highlighting yet 65 " Only when an item doesn't have highlighting yet
66 command -nargs=+ HiLink hi def link <args>
67 66
68 HiLink cynlibOperator Operator 67 hi def link cynlibOperator Operator
69 HiLink cynlibMacro Statement 68 hi def link cynlibMacro Statement
70 HiLink cynlibFunction Statement 69 hi def link cynlibFunction Statement
71 HiLink cynlibppMacro Statement 70 hi def link cynlibppMacro Statement
72 HiLink cynlibType Type 71 hi def link cynlibType Type
73 72
74 delcommand HiLink
75 73
76 let b:current_syntax = "cynlib" 74 let b:current_syntax = "cynlib"