comparison runtime/syntax/nqc.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
322 endif 322 endif
323 exec "syn sync ccomment nqcComment minlines=" . nqc_minlines 323 exec "syn sync ccomment nqcComment minlines=" . nqc_minlines
324 324
325 " Define the default highlighting. 325 " Define the default highlighting.
326 " Only when an item doesn't have highlighting yet 326 " Only when an item doesn't have highlighting yet
327 command -nargs=+ HiLink hi def link <args>
328 327
329 " The default methods for highlighting. Can be overridden later 328 " The default methods for highlighting. Can be overridden later
330 HiLink nqcLabel Label 329 hi def link nqcLabel Label
331 HiLink nqcConditional Conditional 330 hi def link nqcConditional Conditional
332 HiLink nqcRepeat Repeat 331 hi def link nqcRepeat Repeat
333 HiLink nqcCharacter Character 332 hi def link nqcCharacter Character
334 HiLink nqcNumber Number 333 hi def link nqcNumber Number
335 HiLink nqcFloat Float 334 hi def link nqcFloat Float
336 HiLink nqcFunction Function 335 hi def link nqcFunction Function
337 HiLink nqcParenError nqcError 336 hi def link nqcParenError nqcError
338 HiLink nqcErrInParen nqcError 337 hi def link nqcErrInParen nqcError
339 HiLink nqcErrInBracket nqcError 338 hi def link nqcErrInBracket nqcError
340 HiLink nqcCommentL nqcComment 339 hi def link nqcCommentL nqcComment
341 HiLink nqcCommentStart nqcComment 340 hi def link nqcCommentStart nqcComment
342 HiLink nqcCommentError nqcError 341 hi def link nqcCommentError nqcError
343 HiLink nqcCommentStartError nqcError 342 hi def link nqcCommentStartError nqcError
344 HiLink nqcSpaceError nqcError 343 hi def link nqcSpaceError nqcError
345 HiLink nqcStorageClass StorageClass 344 hi def link nqcStorageClass StorageClass
346 HiLink nqcInclude Include 345 hi def link nqcInclude Include
347 HiLink nqcPreProc PreProc 346 hi def link nqcPreProc PreProc
348 HiLink nqcDefine Macro 347 hi def link nqcDefine Macro
349 HiLink nqcIncluded String 348 hi def link nqcIncluded String
350 HiLink nqcError Error 349 hi def link nqcError Error
351 HiLink nqcStatement Statement 350 hi def link nqcStatement Statement
352 HiLink nqcEvents Statement 351 hi def link nqcEvents Statement
353 HiLink nqcPreCondit PreCondit 352 hi def link nqcPreCondit PreCondit
354 HiLink nqcType Type 353 hi def link nqcType Type
355 HiLink nqcConstant Constant 354 hi def link nqcConstant Constant
356 HiLink nqcCommentSkip nqcComment 355 hi def link nqcCommentSkip nqcComment
357 HiLink nqcComment Comment 356 hi def link nqcComment Comment
358 HiLink nqcTodo Todo 357 hi def link nqcTodo Todo
359 HiLink nqcCppSkip nqcCppOut 358 hi def link nqcCppSkip nqcCppOut
360 HiLink nqcCppOut2 nqcCppOut 359 hi def link nqcCppOut2 nqcCppOut
361 HiLink nqcCppOut Comment 360 hi def link nqcCppOut Comment
362 361
363 delcommand HiLink
364 362
365 let b:current_syntax = "nqc" 363 let b:current_syntax = "nqc"
366 364
367 " vim: ts=8 365 " vim: ts=8