comparison runtime/syntax/mush.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
180 syntax keyword mushAttribute semaphore sex startup succ tfail tport ufail 180 syntax keyword mushAttribute semaphore sex startup succ tfail tport ufail
181 syntax keyword mushAttribute use va vb vc vd ve vf vg vh vi vj vk vl vm vn 181 syntax keyword mushAttribute use va vb vc vd ve vf vg vh vi vj vk vl vm vn
182 syntax keyword mushAttribute vo vp vq vr vs vt vu vv vw vx vy vz 182 syntax keyword mushAttribute vo vp vq vr vs vt vu vv vw vx vy vz
183 183
184 184
185 command -nargs=+ HiLink hi def link <args>
186 185
187 " The default methods for highlighting. Can be overridden later 186 " The default methods for highlighting. Can be overridden later
188 HiLink mushAttribute Constant 187 hi def link mushAttribute Constant
189 HiLink mushCommand Function 188 hi def link mushCommand Function
190 HiLink mushNumber Number 189 hi def link mushNumber Number
191 HiLink mushSetting PreProc 190 hi def link mushSetting PreProc
192 HiLink mushFunction Statement 191 hi def link mushFunction Statement
193 HiLink mushVariable Identifier 192 hi def link mushVariable Identifier
194 HiLink mushSpecial Special 193 hi def link mushSpecial Special
195 HiLink mushTodo Todo 194 hi def link mushTodo Todo
196 HiLink mushFlag Special 195 hi def link mushFlag Special
197 HiLink mushIdentifier Identifier 196 hi def link mushIdentifier Identifier
198 HiLink mushDefine Macro 197 hi def link mushDefine Macro
199 HiLink mushPreProc PreProc 198 hi def link mushPreProc PreProc
200 HiLink mushPreProcGroup PreProc 199 hi def link mushPreProcGroup PreProc
201 HiLink mushPreCondit PreCondit 200 hi def link mushPreCondit PreCondit
202 HiLink mushIncluded cString 201 hi def link mushIncluded cString
203 HiLink mushInclude Include 202 hi def link mushInclude Include
204 203
205 204
206 205
207 " Comments 206 " Comments
208 HiLink mushCommentStart mushComment 207 hi def link mushCommentStart mushComment
209 HiLink mushComment Comment 208 hi def link mushComment Comment
210 HiLink mushCommentString mushString 209 hi def link mushCommentString mushString
211 210
212 211
213 delcommand HiLink
214 212
215 let b:current_syntax = "mush" 213 let b:current_syntax = "mush"
216 214
217 " mush: ts=17 215 " mush: ts=17