comparison runtime/syntax/cfg.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
32 syn match CfgComment ";.*" 32 syn match CfgComment ";.*"
33 syn match CfgComment "\/\/.*" 33 syn match CfgComment "\/\/.*"
34 34
35 " Define the default hightlighting. 35 " Define the default hightlighting.
36 " Only when an item doesn't have highlighting yet 36 " Only when an item doesn't have highlighting yet
37 command -nargs=+ HiLink hi def link <args> 37 hi def link CfgOnOff Label
38 HiLink CfgOnOff Label 38 hi def link CfgComment Comment
39 HiLink CfgComment Comment 39 hi def link CfgSection Type
40 HiLink CfgSection Type 40 hi def link CfgString String
41 HiLink CfgString String 41 hi def link CfgParams Keyword
42 HiLink CfgParams Keyword 42 hi def link CfgValues Constant
43 HiLink CfgValues Constant 43 hi def link CfgDirectory Directory
44 HiLink CfgDirectory Directory 44 hi def link UncPath Directory
45 HiLink UncPath Directory
46 45
47 delcommand HiLink
48 46
49 let b:current_syntax = "cfg" 47 let b:current_syntax = "cfg"
50 " vim:ts=8 48 " vim:ts=8