comparison runtime/syntax/winbatch.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
154 syn keyword winbatchImplicit xgetchildhwnd xgetelapsed xhex xmemcompact xmessagebox 154 syn keyword winbatchImplicit xgetchildhwnd xgetelapsed xhex xmemcompact xmessagebox
155 syn keyword winbatchImplicit xsendmessage xverifyccard yield 155 syn keyword winbatchImplicit xsendmessage xverifyccard yield
156 156
157 " Define the default highlighting. 157 " Define the default highlighting.
158 " Only when an item doesn't have highlighting yet 158 " Only when an item doesn't have highlighting yet
159 command -nargs=+ HiLink hi def link <args>
160 159
161 HiLink winbatchLabel PreProc 160 hi def link winbatchLabel PreProc
162 HiLink winbatchCtl Operator 161 hi def link winbatchCtl Operator
163 HiLink winbatchStatement Statement 162 hi def link winbatchStatement Statement
164 HiLink winbatchTodo Todo 163 hi def link winbatchTodo Todo
165 HiLink winbatchString String 164 hi def link winbatchString String
166 HiLink winbatchVar Type 165 hi def link winbatchVar Type
167 HiLink winbatchComment Comment 166 hi def link winbatchComment Comment
168 HiLink winbatchImplicit Special 167 hi def link winbatchImplicit Special
169 HiLink winbatchNumber Number 168 hi def link winbatchNumber Number
170 HiLink winbatchConstant StorageClass 169 hi def link winbatchConstant StorageClass
171 170
172 delcommand HiLink
173 171
174 let b:current_syntax = "winbatch" 172 let b:current_syntax = "winbatch"
175 173
176 " vim: ts=8 174 " vim: ts=8