comparison runtime/syntax/ncf.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
213 213
214 if exists("ncf_highlight_unknowns") 214 if exists("ncf_highlight_unknowns")
215 syn match Error "[^ \t]*" contains=ALL 215 syn match Error "[^ \t]*" contains=ALL
216 endif 216 endif
217 217
218 command -nargs=+ HiLink hi def link <args>
219 218
220 " The default methods for highlighting. Can be overridden later 219 " The default methods for highlighting. Can be overridden later
221 HiLink ncfCommands Statement 220 hi def link ncfCommands Statement
222 HiLink ncfSetCommands ncfCommands 221 hi def link ncfSetCommands ncfCommands
223 HiLink ncfLogins ncfCommands 222 hi def link ncfLogins ncfCommands
224 HiLink ncfString String 223 hi def link ncfString String
225 HiLink ncfContString ncfString 224 hi def link ncfContString ncfString
226 HiLink ncfComment Comment 225 hi def link ncfComment Comment
227 HiLink ncfImplicit Type 226 hi def link ncfImplicit Type
228 HiLink ncfBoolean Boolean 227 hi def link ncfBoolean Boolean
229 HiLink ncfScript Identifier 228 hi def link ncfScript Identifier
230 HiLink ncfNumber Number 229 hi def link ncfNumber Number
231 HiLink ncfIPAddr ncfNumber 230 hi def link ncfIPAddr ncfNumber
232 HiLink ncfHexNumber ncfNumber 231 hi def link ncfHexNumber ncfNumber
233 HiLink ncfTime ncfNumber 232 hi def link ncfTime ncfNumber
234 HiLink ncfDSTTime ncfNumber 233 hi def link ncfDSTTime ncfNumber
235 HiLink ncfPath Constant 234 hi def link ncfPath Constant
236 HiLink ncfServerName Special 235 hi def link ncfServerName Special
237 HiLink ncfIPXNet ncfServerName 236 hi def link ncfIPXNet ncfServerName
238 HiLink ncfTimeTypes Constant 237 hi def link ncfTimeTypes Constant
239 HiLink ncfSetCommandsNum ncfSetCommands 238 hi def link ncfSetCommandsNum ncfSetCommands
240 HiLink ncfSetCommandsBool ncfSetCommands 239 hi def link ncfSetCommandsBool ncfSetCommands
241 HiLink ncfSetCommandsStr ncfSetCommands 240 hi def link ncfSetCommandsStr ncfSetCommands
242 HiLink ncfSetCommandsTime ncfSetCommands 241 hi def link ncfSetCommandsTime ncfSetCommands
243 HiLink ncfSetCommandsTimeDate ncfSetCommands 242 hi def link ncfSetCommandsTimeDate ncfSetCommands
244 HiLink ncfSetCommandsBindCon ncfSetCommands 243 hi def link ncfSetCommandsBindCon ncfSetCommands
245 244
246 delcommand HiLink
247 245
248 246
249 let b:current_syntax = "ncf" 247 let b:current_syntax = "ncf"