comparison runtime/syntax/aspvbs.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
156 156
157 157
158 158
159 " Define the default highlighting. 159 " Define the default highlighting.
160 " Only when an item doesn't have highlighting yet 160 " Only when an item doesn't have highlighting yet
161 command -nargs=+ HiLink hi def link <args>
162 161
163 "HiLink AspVBScript Special 162 "hi def link AspVBScript Special
164 HiLink AspVBSLineNumber Comment 163 hi def link AspVBSLineNumber Comment
165 HiLink AspVBSNumber Number 164 hi def link AspVBSNumber Number
166 HiLink AspVBSError Error 165 hi def link AspVBSError Error
167 HiLink AspVBSStatement Statement 166 hi def link AspVBSStatement Statement
168 HiLink AspVBSString String 167 hi def link AspVBSString String
169 HiLink AspVBSComment Comment 168 hi def link AspVBSComment Comment
170 HiLink AspVBSTodo Todo 169 hi def link AspVBSTodo Todo
171 HiLink AspVBSFunction Identifier 170 hi def link AspVBSFunction Identifier
172 HiLink AspVBSMethods PreProc 171 hi def link AspVBSMethods PreProc
173 HiLink AspVBSEvents Special 172 hi def link AspVBSEvents Special
174 HiLink AspVBSTypeSpecifier Type 173 hi def link AspVBSTypeSpecifier Type
175 174
176 delcommand HiLink
177 175
178 let b:current_syntax = "aspvbs" 176 let b:current_syntax = "aspvbs"
179 177
180 if main_syntax == 'aspvbs' 178 if main_syntax == 'aspvbs'
181 unlet main_syntax 179 unlet main_syntax