comparison runtime/syntax/dracula.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
57 "functionality. 57 "functionality.
58 syn sync lines=50 58 syn sync lines=50
59 59
60 " Define the default highlighting. 60 " Define the default highlighting.
61 " Only when an item doesn't have highlighting yet 61 " Only when an item doesn't have highlighting yet
62 command -nargs=+ HiLink hi def link <args>
63 62
64 HiLink draculaIdentifier Identifier 63 hi def link draculaIdentifier Identifier
65 HiLink draculaStatement Statement 64 hi def link draculaStatement Statement
66 HiLink draculaType Type 65 hi def link draculaType Type
67 HiLink draculaComment Comment 66 hi def link draculaComment Comment
68 HiLink draculaPreProc PreProc 67 hi def link draculaPreProc PreProc
69 68
70 delcommand HiLink
71 69
72 let b:current_syntax = "dracula" 70 let b:current_syntax = "dracula"
73 71
74 " vim: ts=8 72 " vim: ts=8