comparison runtime/syntax/jgraph.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
32 syn match jgraphNumber "\-\=\.\d\+\>" 32 syn match jgraphNumber "\-\=\.\d\+\>"
33 33
34 34
35 " Define the default highlighting. 35 " Define the default highlighting.
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>
38 37
39 HiLink jgraphComment Comment 38 hi def link jgraphComment Comment
40 HiLink jgraphCmd Identifier 39 hi def link jgraphCmd Identifier
41 HiLink jgraphType Type 40 hi def link jgraphType Type
42 HiLink jgraphNumber Number 41 hi def link jgraphNumber Number
43 42
44 delcommand HiLink
45 43
46 44
47 let b:current_syntax = "jgraph" 45 let b:current_syntax = "jgraph"