comparison runtime/syntax/ldif.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
18 syn region ldifBase64Value matchgroup=ldifPunctuation start=/:: / end=/\_$/ skip=/\n / 18 syn region ldifBase64Value matchgroup=ldifPunctuation start=/:: / end=/\_$/ skip=/\n /
19 syn region ldifFileValue matchgroup=ldifPunctuation start=/:< / end=/\_$/ skip=/\n / 19 syn region ldifFileValue matchgroup=ldifPunctuation start=/:< / end=/\_$/ skip=/\n /
20 20
21 syn region ldifComment start=/^#/ end=/\_$/ skip=/\n / 21 syn region ldifComment start=/^#/ end=/\_$/ skip=/\n /
22 22
23 command -nargs=+ HiLink hi def link <args>
24 23
25 HiLink ldifAttribute Type 24 hi def link ldifAttribute Type
26 HiLink ldifOption Identifier 25 hi def link ldifOption Identifier
27 HiLink ldifPunctuation Normal 26 hi def link ldifPunctuation Normal
28 HiLink ldifStringValue String 27 hi def link ldifStringValue String
29 HiLink ldifBase64Value Special 28 hi def link ldifBase64Value Special
30 HiLink ldifFileValue Special 29 hi def link ldifFileValue Special
31 HiLink ldifComment Comment 30 hi def link ldifComment Comment
32 31
33 delcommand HiLink
34 32
35 let b:current_syntax = "ldif" 33 let b:current_syntax = "ldif"