comparison runtime/syntax/sindacmp.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
41 41
42 42
43 43
44 " Define the default highlighting 44 " Define the default highlighting
45 " Only when an item doesn't have highlighting yet 45 " Only when an item doesn't have highlighting yet
46 command -nargs=+ HiLink hi def link <args>
47 46
48 HiLink sindacmpTitle Type 47 hi def link sindacmpTitle Type
49 HiLink sindacmpUnit PreProc 48 hi def link sindacmpUnit PreProc
50 49
51 HiLink sindacmpLabel Statement 50 hi def link sindacmpLabel Statement
52 51
53 HiLink sindacmpHeader sindaHeader 52 hi def link sindacmpHeader sindaHeader
54 53
55 HiLink sindacmpInteger Number 54 hi def link sindacmpInteger Number
56 HiLink sindacmpFloat Special 55 hi def link sindacmpFloat Special
57 56
58 delcommand HiLink
59 57
60 58
61 let b:current_syntax = "sindacmp" 59 let b:current_syntax = "sindacmp"
62 60
63 " vim: ts=8 sw=2 61 " vim: ts=8 sw=2