comparison runtime/syntax/mma.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
280 280
281 "set foldmethod=syntax 281 "set foldmethod=syntax
282 "set foldnestmax=1 282 "set foldnestmax=1
283 "set foldminlines=15 283 "set foldminlines=15
284 284
285 command -nargs=+ HiLink hi def link <args>
286 285
287 " NOTE - the following links are not guaranteed to 286 " NOTE - the following links are not guaranteed to
288 " look good under all colorschemes. You might need to 287 " look good under all colorschemes. You might need to
289 " :so $VIMRUNTIME/syntax/hitest.vim and tweak these to 288 " :so $VIMRUNTIME/syntax/hitest.vim and tweak these to
290 " look good in yours 289 " look good in yours
291 290
292 291
293 HiLink mmaComment Comment 292 hi def link mmaComment Comment
294 HiLink mmaCommentStar Comment 293 hi def link mmaCommentStar Comment
295 HiLink mmaFunctionComment Comment 294 hi def link mmaFunctionComment Comment
296 HiLink mmaLooseQuote Comment 295 hi def link mmaLooseQuote Comment
297 HiLink mmaGenericFunction Function 296 hi def link mmaGenericFunction Function
298 HiLink mmaVariable Identifier 297 hi def link mmaVariable Identifier
299 " HiLink mmaSymbol Identifier 298 " hi def link mmaSymbol Identifier
300 HiLink mmaOperator Operator 299 hi def link mmaOperator Operator
301 HiLink mmaPatternOp Operator 300 hi def link mmaPatternOp Operator
302 HiLink mmaPureFunction Operator 301 hi def link mmaPureFunction Operator
303 HiLink mmaString String 302 hi def link mmaString String
304 HiLink mmaCommentString String 303 hi def link mmaCommentString String
305 HiLink mmaUnicode String 304 hi def link mmaUnicode String
306 HiLink mmaMessage Type 305 hi def link mmaMessage Type
307 HiLink mmaNumber Type 306 hi def link mmaNumber Type
308 HiLink mmaPattern Type 307 hi def link mmaPattern Type
309 HiLink mmaError Error 308 hi def link mmaError Error
310 HiLink mmaFixme Error 309 hi def link mmaFixme Error
311 HiLink mmaPatternError Error 310 hi def link mmaPatternError Error
312 HiLink mmaTodo Todo 311 hi def link mmaTodo Todo
313 HiLink mmaemPHAsis Special 312 hi def link mmaemPHAsis Special
314 HiLink mmaFunctionTitle Special 313 hi def link mmaFunctionTitle Special
315 HiLink mmaMessageType Special 314 hi def link mmaMessageType Special
316 HiLink mmaItem Preproc 315 hi def link mmaItem Preproc
317 316
318 delcommand HiLink
319 317
320 let b:current_syntax = "mma" 318 let b:current_syntax = "mma"
321 319
322 let &cpo = s:cpo_save 320 let &cpo = s:cpo_save
323 unlet s:cpo_save 321 unlet s:cpo_save