1
0
forked from aniani/vim

Updated runtime files. Remove HiLink commands.

This commit is contained in:
Bram Moolenaar
2016-08-31 22:22:10 +02:00
parent c628fdcd46
commit f37506f60f
345 changed files with 8746 additions and 9223 deletions

View File

@@ -20,16 +20,14 @@ syn region ldifFileValue matchgroup=ldifPunctuation start=/:< / end=/\_$/ skip
syn region ldifComment start=/^#/ end=/\_$/ skip=/\n /
command -nargs=+ HiLink hi def link <args>
HiLink ldifAttribute Type
HiLink ldifOption Identifier
HiLink ldifPunctuation Normal
HiLink ldifStringValue String
HiLink ldifBase64Value Special
HiLink ldifFileValue Special
HiLink ldifComment Comment
hi def link ldifAttribute Type
hi def link ldifOption Identifier
hi def link ldifPunctuation Normal
hi def link ldifStringValue String
hi def link ldifBase64Value Special
hi def link ldifFileValue Special
hi def link ldifComment Comment
delcommand HiLink
let b:current_syntax = "ldif"