comparison runtime/syntax/bib.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 01521953bdf1
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
99 99
100 " Highlighting defaults 100 " Highlighting defaults
101 " ===================== 101 " =====================
102 " Define the default highlighting. 102 " Define the default highlighting.
103 " Only when an item doesn't have highlighting yet 103 " Only when an item doesn't have highlighting yet
104 command -nargs=+ HiLink hi def link <args>
105 104
106 HiLink bibType Identifier 105 hi def link bibType Identifier
107 HiLink bibEntryKw Statement 106 hi def link bibEntryKw Statement
108 HiLink bibNSEntryKw PreProc 107 hi def link bibNSEntryKw PreProc
109 HiLink bibKey Special 108 hi def link bibKey Special
110 HiLink bibVariable Constant 109 hi def link bibVariable Constant
111 HiLink bibUnescapedSpecial Error 110 hi def link bibUnescapedSpecial Error
112 HiLink bibComment Comment 111 hi def link bibComment Comment
113 HiLink bibComment2 Comment 112 hi def link bibComment2 Comment
114 delcommand HiLink
115 113
116 let b:current_syntax = "bib" 114 let b:current_syntax = "bib"
117 115
118 let &cpo = s:cpo_save 116 let &cpo = s:cpo_save
119 unlet s:cpo_save 117 unlet s:cpo_save