comparison runtime/syntax/vhdl.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 e751b5c9dff3
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
232 "Modify the following as needed. The trade-off is performance versus functionality. 232 "Modify the following as needed. The trade-off is performance versus functionality.
233 syn sync minlines=600 233 syn sync minlines=600
234 234
235 " Define the default highlighting. 235 " Define the default highlighting.
236 " Only when an item doesn't have highlighting yet 236 " Only when an item doesn't have highlighting yet
237 command -nargs=+ HiLink hi def link <args> 237
238 238 hi def link vhdlSpecial Special
239 HiLink vhdlSpecial Special 239 hi def link vhdlStatement Statement
240 HiLink vhdlStatement Statement 240 hi def link vhdlCharacter Character
241 HiLink vhdlCharacter Character 241 hi def link vhdlString String
242 HiLink vhdlString String 242 hi def link vhdlVector Number
243 HiLink vhdlVector Number 243 hi def link vhdlBoolean Number
244 HiLink vhdlBoolean Number 244 hi def link vhdlTodo Todo
245 HiLink vhdlTodo Todo 245 hi def link vhdlFixme Fixme
246 HiLink vhdlFixme Fixme 246 hi def link vhdlComment Comment
247 HiLink vhdlComment Comment 247 hi def link vhdlNumber Number
248 HiLink vhdlNumber Number 248 hi def link vhdlTime Number
249 HiLink vhdlTime Number 249 hi def link vhdlType Type
250 HiLink vhdlType Type 250 hi def link vhdlOperator Operator
251 HiLink vhdlOperator Operator 251 hi def link vhdlError Error
252 HiLink vhdlError Error 252 hi def link vhdlAttribute Special
253 HiLink vhdlAttribute Special 253 hi def link vhdlPreProc PreProc
254 HiLink vhdlPreProc PreProc 254
255
256 delcommand HiLink
257 255
258 let b:current_syntax = "vhdl" 256 let b:current_syntax = "vhdl"
259 257
260 let &cpo = s:cpo_save 258 let &cpo = s:cpo_save
261 unlet s:cpo_save 259 unlet s:cpo_save