comparison runtime/syntax/apache.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 bc1a8d21c811
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
172 syn keyword apacheOption Netscape Cookie Cookie2 RFC2109 RFC2965 172 syn keyword apacheOption Netscape Cookie Cookie2 RFC2109 RFC2965
173 syn match apacheSection "<\/\=\(<IfVersion\)[^>]*>" contains=apacheAnything 173 syn match apacheSection "<\/\=\(<IfVersion\)[^>]*>" contains=apacheAnything
174 syn keyword apacheDeclaration VirtualDocumentRoot VirtualDocumentRootIP VirtualScriptAlias VirtualScriptAliasIP 174 syn keyword apacheDeclaration VirtualDocumentRoot VirtualDocumentRootIP VirtualScriptAlias VirtualScriptAliasIP
175 175
176 " Define the default highlighting 176 " Define the default highlighting
177 command -nargs=+ HiLink hi def link <args> 177
178 178 hi def link apacheAllowOverride apacheDeclaration
179 HiLink apacheAllowOverride apacheDeclaration 179 hi def link apacheAllowOverrideValue apacheOption
180 HiLink apacheAllowOverrideValue apacheOption 180 hi def link apacheAuthType apacheDeclaration
181 HiLink apacheAuthType apacheDeclaration 181 hi def link apacheAuthTypeValue apacheOption
182 HiLink apacheAuthTypeValue apacheOption 182 hi def link apacheOptionOption apacheOption
183 HiLink apacheOptionOption apacheOption 183 hi def link apacheDeclaration Function
184 HiLink apacheDeclaration Function 184 hi def link apacheAnything apacheOption
185 HiLink apacheAnything apacheOption 185 hi def link apacheOption Number
186 HiLink apacheOption Number 186 hi def link apacheComment Comment
187 HiLink apacheComment Comment 187 hi def link apacheFixme Todo
188 HiLink apacheFixme Todo 188 hi def link apacheLimitSectionKeyword apacheLimitSection
189 HiLink apacheLimitSectionKeyword apacheLimitSection 189 hi def link apacheLimitSection apacheSection
190 HiLink apacheLimitSection apacheSection 190 hi def link apacheSection Label
191 HiLink apacheSection Label 191 hi def link apacheMethodOption Type
192 HiLink apacheMethodOption Type 192 hi def link apacheAllowDeny Include
193 HiLink apacheAllowDeny Include 193 hi def link apacheAllowDenyValue Identifier
194 HiLink apacheAllowDenyValue Identifier 194 hi def link apacheOrder Special
195 HiLink apacheOrder Special 195 hi def link apacheOrderValue String
196 HiLink apacheOrderValue String 196 hi def link apacheString String
197 HiLink apacheString String 197 hi def link apacheError Error
198 HiLink apacheError Error 198 hi def link apacheUserID Number
199 HiLink apacheUserID Number 199
200
201 delcommand HiLink
202 200
203 let b:current_syntax = "apache" 201 let b:current_syntax = "apache"