comparison runtime/syntax/exim.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
86 syn keyword eximKeyword driver public_name server_set_id server_mail_auth_condition 86 syn keyword eximKeyword driver public_name server_set_id server_mail_auth_condition
87 syn keyword eximKeyword server_prompts server_condition client_send 87 syn keyword eximKeyword server_prompts server_condition client_send
88 syn keyword eximKeyword server_secret client_name client_secret 88 syn keyword eximKeyword server_secret client_name client_secret
89 89
90 " Define the default highlighting 90 " Define the default highlighting
91 command -nargs=+ HiLink hi def link <args>
92 91
93 HiLink eximComment Comment 92 hi def link eximComment Comment
94 HiLink eximFixme Todo 93 hi def link eximFixme Todo
95 HiLink eximEnd Keyword 94 hi def link eximEnd Keyword
96 HiLink eximNumber Number 95 hi def link eximNumber Number
97 HiLink eximDriverName Constant 96 hi def link eximDriverName Constant
98 HiLink eximConstant Constant 97 hi def link eximConstant Constant
99 HiLink eximTime Constant 98 hi def link eximTime Constant
100 HiLink eximKeyword Type 99 hi def link eximKeyword Type
101 HiLink eximSpecialChar Special 100 hi def link eximSpecialChar Special
102 HiLink eximMacroName Preproc 101 hi def link eximMacroName Preproc
103 HiLink eximTransport Identifier 102 hi def link eximTransport Identifier
104 103
105 delcommand HiLink
106 104
107 let b:current_syntax = "exim" 105 let b:current_syntax = "exim"