comparison runtime/syntax/apachestyle.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 a6d3e2081544
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
37 syn match apTagOption contained / [-\/_\.:*a-zA-Z0-9]\+/ms=s+1 37 syn match apTagOption contained / [-\/_\.:*a-zA-Z0-9]\+/ms=s+1
38 syn match apTagError contained /[^>]</ms=s+1 38 syn match apTagError contained /[^>]</ms=s+1
39 39
40 " Define the default highlighting. 40 " Define the default highlighting.
41 " Only when an item doesn't have highlighting yet 41 " Only when an item doesn't have highlighting yet
42 command -nargs=+ HiLink hi def link <args>
43 42
44 HiLink apComment Comment 43 hi def link apComment Comment
45 HiLink apOption Keyword 44 hi def link apOption Keyword
46 "HiLink apLastValue Identifier ugly? 45 "hi def link apLastValue Identifier ugly?
47 HiLink apTag Special 46 hi def link apTag Special
48 HiLink apTagOption Identifier 47 hi def link apTagOption Identifier
49 HiLink apTagError Error 48 hi def link apTagError Error
50 49
51 delcommand HiLink
52 50
53 let b:current_syntax = "apachestyle" 51 let b:current_syntax = "apachestyle"
54 " vim: ts=8 52 " vim: ts=8