comparison runtime/syntax/sgmldecl.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
48 syn sync lines=250 48 syn sync lines=250
49 49
50 50
51 " Define the default highlighting. 51 " Define the default highlighting.
52 " Only when an item doesn't have highlighting yet 52 " Only when an item doesn't have highlighting yet
53 command -nargs=+ HiLink hi def link <args>
54 53
55 HiLink sgmldeclDeclKeys Keyword 54 hi def link sgmldeclDeclKeys Keyword
56 HiLink sgmldeclTypes Type 55 hi def link sgmldeclTypes Type
57 HiLink sgmldeclConst Constant 56 hi def link sgmldeclConst Constant
58 HiLink sgmldeclNConst Constant 57 hi def link sgmldeclNConst Constant
59 HiLink sgmldeclString String 58 hi def link sgmldeclString String
60 HiLink sgmldeclDeclBlock Normal 59 hi def link sgmldeclDeclBlock Normal
61 HiLink sgmldeclBool Boolean 60 hi def link sgmldeclBool Boolean
62 HiLink sgmldeclSpecial Special 61 hi def link sgmldeclSpecial Special
63 HiLink sgmldeclComment Comment 62 hi def link sgmldeclComment Comment
64 HiLink sgmldeclStatem Statement 63 hi def link sgmldeclStatem Statement
65 HiLink sgmldeclVariables Type 64 hi def link sgmldeclVariables Type
66 65
67 delcommand HiLink
68 66
69 let b:current_syntax = "sgmldecl" 67 let b:current_syntax = "sgmldecl"
70 68
71 let &cpo = s:keepcpo 69 let &cpo = s:keepcpo
72 unlet s:keepcpo 70 unlet s:keepcpo