comparison runtime/syntax/def.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
28 syn match defNumber "0x\x\+" 28 syn match defNumber "0x\x\+"
29 29
30 30
31 " Define the default highlighting. 31 " Define the default highlighting.
32 " Only when an item doesn't have highlighting yet 32 " Only when an item doesn't have highlighting yet
33 command -nargs=+ HiLink hi def link <args>
34 33
35 HiLink defComment Comment 34 hi def link defComment Comment
36 HiLink defKeyword Keyword 35 hi def link defKeyword Keyword
37 HiLink defStorage StorageClass 36 hi def link defStorage StorageClass
38 HiLink defString String 37 hi def link defString String
39 HiLink defNumber Number 38 hi def link defNumber Number
40 HiLink defOrdinal Operator 39 hi def link defOrdinal Operator
41 40
42 delcommand HiLink
43 41
44 let b:current_syntax = "def" 42 let b:current_syntax = "def"
45 43
46 " vim: ts=8 44 " vim: ts=8