comparison runtime/syntax/smil.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
111 endif 111 endif
112 syn region smilComment start=+<!DOCTYPE+ keepend end=+>+ 112 syn region smilComment start=+<!DOCTYPE+ keepend end=+>+
113 113
114 " Define the default highlighting. 114 " Define the default highlighting.
115 " Only when an item doesn't have highlighting yet 115 " Only when an item doesn't have highlighting yet
116 command -nargs=+ HiLink hi def link <args>
117 116
118 HiLink smilTag Function 117 hi def link smilTag Function
119 HiLink smilEndTag Identifier 118 hi def link smilEndTag Identifier
120 HiLink smilArg Type 119 hi def link smilArg Type
121 HiLink smilTagName smilStatement 120 hi def link smilTagName smilStatement
122 HiLink smilSpecialTagName Exception 121 hi def link smilSpecialTagName Exception
123 HiLink smilValue Value 122 hi def link smilValue Value
124 HiLink smilSpecialChar Special 123 hi def link smilSpecialChar Special
125 124
126 HiLink smilSpecial Special 125 hi def link smilSpecial Special
127 HiLink smilSpecialChar Special 126 hi def link smilSpecialChar Special
128 HiLink smilString String 127 hi def link smilString String
129 HiLink smilStatement Statement 128 hi def link smilStatement Statement
130 HiLink smilComment Comment 129 hi def link smilComment Comment
131 HiLink smilCommentPart Comment 130 hi def link smilCommentPart Comment
132 HiLink smilPreProc PreProc 131 hi def link smilPreProc PreProc
133 HiLink smilValue String 132 hi def link smilValue String
134 HiLink smilCommentError smilError 133 hi def link smilCommentError smilError
135 HiLink smilTagError smilError 134 hi def link smilTagError smilError
136 HiLink smilError Error 135 hi def link smilError Error
137 136
138 delcommand HiLink
139 137
140 let b:current_syntax = "smil" 138 let b:current_syntax = "smil"
141 139
142 if main_syntax == 'smil' 140 if main_syntax == 'smil'
143 unlet main_syntax 141 unlet main_syntax