comparison runtime/syntax/dosbatch.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
107 syn keyword dosbatchImplicit sort start subst time title tree type ver verify 107 syn keyword dosbatchImplicit sort start subst time title tree type ver verify
108 syn keyword dosbatchImplicit vol xcopy 108 syn keyword dosbatchImplicit vol xcopy
109 109
110 " Define the default highlighting. 110 " Define the default highlighting.
111 " Only when an item doesn't have highlighting yet 111 " Only when an item doesn't have highlighting yet
112 command -nargs=+ HiLink hi def link <args>
113 112
114 HiLink dosbatchTodo Todo 113 hi def link dosbatchTodo Todo
115 114
116 HiLink dosbatchStatement Statement 115 hi def link dosbatchStatement Statement
117 HiLink dosbatchCommands dosbatchStatement 116 hi def link dosbatchCommands dosbatchStatement
118 HiLink dosbatchLabel Label 117 hi def link dosbatchLabel Label
119 HiLink dosbatchConditional Conditional 118 hi def link dosbatchConditional Conditional
120 HiLink dosbatchRepeat Repeat 119 hi def link dosbatchRepeat Repeat
121 120
122 HiLink dosbatchOperator Operator 121 hi def link dosbatchOperator Operator
123 HiLink dosbatchEchoOperator dosbatchOperator 122 hi def link dosbatchEchoOperator dosbatchOperator
124 HiLink dosbatchIfOperator dosbatchOperator 123 hi def link dosbatchIfOperator dosbatchOperator
125 124
126 HiLink dosbatchArgument Identifier 125 hi def link dosbatchArgument Identifier
127 HiLink dosbatchIdentifier Identifier 126 hi def link dosbatchIdentifier Identifier
128 HiLink dosbatchVariable dosbatchIdentifier 127 hi def link dosbatchVariable dosbatchIdentifier
129 128
130 HiLink dosbatchSpecialChar SpecialChar 129 hi def link dosbatchSpecialChar SpecialChar
131 HiLink dosbatchString String 130 hi def link dosbatchString String
132 HiLink dosbatchNumber Number 131 hi def link dosbatchNumber Number
133 HiLink dosbatchInteger dosbatchNumber 132 hi def link dosbatchInteger dosbatchNumber
134 HiLink dosbatchHex dosbatchNumber 133 hi def link dosbatchHex dosbatchNumber
135 HiLink dosbatchBinary dosbatchNumber 134 hi def link dosbatchBinary dosbatchNumber
136 HiLink dosbatchOctal dosbatchNumber 135 hi def link dosbatchOctal dosbatchNumber
137 136
138 HiLink dosbatchComment Comment 137 hi def link dosbatchComment Comment
139 HiLink dosbatchImplicit Function 138 hi def link dosbatchImplicit Function
140 139
141 HiLink dosbatchSwitch Special 140 hi def link dosbatchSwitch Special
142 141
143 HiLink dosbatchCmd PreProc 142 hi def link dosbatchCmd PreProc
144 143
145 delcommand HiLink
146 144
147 let b:current_syntax = "dosbatch" 145 let b:current_syntax = "dosbatch"
148 146
149 " vim: ts=8 147 " vim: ts=8