comparison runtime/syntax/bst.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
52 syn keyword bstField title type 52 syn keyword bstField title type
53 syn keyword bstField volume year 53 syn keyword bstField volume year
54 54
55 " Define the default highlighting. 55 " Define the default highlighting.
56 " Only when an item doesn't have highlighting yet 56 " Only when an item doesn't have highlighting yet
57 command -nargs=+ HiLink hi def link <args>
58 57
59 HiLink bstComment Comment 58 hi def link bstComment Comment
60 HiLink bstString String 59 hi def link bstString String
61 HiLink bstCommand PreProc 60 hi def link bstCommand PreProc
62 HiLink bstBuiltIn Statement 61 hi def link bstBuiltIn Statement
63 HiLink bstField Special 62 hi def link bstField Special
64 HiLink bstNumber Number 63 hi def link bstNumber Number
65 HiLink bstType Type 64 hi def link bstType Type
66 HiLink bstIdentifier Identifier 65 hi def link bstIdentifier Identifier
67 HiLink bstError Error 66 hi def link bstError Error
68 delcommand HiLink
69 67
70 let b:current_syntax = "bst" 68 let b:current_syntax = "bst"
71 69
72 " vim:set ft=vim sts=4 sw=4: 70 " vim:set ft=vim sts=4 sw=4: