comparison runtime/syntax/ecd.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
28 syn match ecdTagN contained +<[/\s]*[-a-zA-Z0-9_]\++ms=s+1 28 syn match ecdTagN contained +<[/\s]*[-a-zA-Z0-9_]\++ms=s+1
29 syn match ecdTagError contained "[^>]<"ms=s+1 29 syn match ecdTagError contained "[^>]<"ms=s+1
30 30
31 " Define the default highlighting. 31 " Define the default highlighting.
32 " Only when an item doesn't have highlighting yet 32 " Only when an item doesn't have highlighting yet
33 command -nargs=+ HiLink hi def link <args>
34 33
35 HiLink ecdComment Comment 34 hi def link ecdComment Comment
36 HiLink ecdAttr Type 35 hi def link ecdAttr Type
37 HiLink ecdAttrN Statement 36 hi def link ecdAttrN Statement
38 HiLink ecdAttrV Value 37 hi def link ecdAttrV Value
39 HiLink ecdTag Function 38 hi def link ecdTag Function
40 HiLink ecdTagN Statement 39 hi def link ecdTagN Statement
41 HiLink ecdTagError Error 40 hi def link ecdTagError Error
42 41
43 delcommand HiLink
44 42
45 let b:current_syntax = "ecd" 43 let b:current_syntax = "ecd"
46 " vim: ts=8 44 " vim: ts=8