comparison runtime/syntax/mgp.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
44 syn match mgpNoDefault +^%nodefault$+ 44 syn match mgpNoDefault +^%nodefault$+
45 45
46 46
47 " Define the default highlighting. 47 " Define the default highlighting.
48 " Only when an item doesn't have highlighting yet 48 " Only when an item doesn't have highlighting yet
49 command -nargs=+ HiLink hi def link <args>
50 49
51 HiLink mgpLineSkip Special 50 hi def link mgpLineSkip Special
52 51
53 HiLink mgpHash mgpComment 52 hi def link mgpHash mgpComment
54 HiLink mgpPercent mgpComment 53 hi def link mgpPercent mgpComment
55 HiLink mgpComment Comment 54 hi def link mgpComment Comment
56 55
57 HiLink mgpCommand Identifier 56 hi def link mgpCommand Identifier
58 57
59 HiLink mgpLine Type 58 hi def link mgpLine Type
60 59
61 HiLink mgpFile String 60 hi def link mgpFile String
62 HiLink mgpSize Number 61 hi def link mgpSize Number
63 HiLink mgpValue Number 62 hi def link mgpValue Number
64 63
65 HiLink mgpPage mgpDefine 64 hi def link mgpPage mgpDefine
66 HiLink mgpNoDefault mgpDefine 65 hi def link mgpNoDefault mgpDefine
67 HiLink mgpDefine Define 66 hi def link mgpDefine Define
68 67
69 delcommand HiLink
70 68
71 let b:current_syntax = "mgp" 69 let b:current_syntax = "mgp"