comparison runtime/syntax/sgmllnx.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
32 syn region sgmllnxComment start=+<!--+ end=+-->+ 32 syn region sgmllnxComment start=+<!--+ end=+-->+
33 syn region sgmllnxDocType start=+<!doctype+ end=+>+ 33 syn region sgmllnxDocType start=+<!doctype+ end=+>+
34 34
35 " Define the default highlighting. 35 " Define the default highlighting.
36 " Only when an item doesn't have highlighting yet 36 " Only when an item doesn't have highlighting yet
37 command -nargs=+ HiLink hi def link <args>
38 37
39 HiLink sgmllnxTag2 Function 38 hi def link sgmllnxTag2 Function
40 HiLink sgmllnxTagN2 Function 39 hi def link sgmllnxTagN2 Function
41 HiLink sgmllnxTag Special 40 hi def link sgmllnxTag Special
42 HiLink sgmllnxEndTag Special 41 hi def link sgmllnxEndTag Special
43 HiLink sgmllnxParen Special 42 hi def link sgmllnxParen Special
44 HiLink sgmllnxEntity Type 43 hi def link sgmllnxEntity Type
45 HiLink sgmllnxDocEnt Type 44 hi def link sgmllnxDocEnt Type
46 HiLink sgmllnxTagName Statement 45 hi def link sgmllnxTagName Statement
47 HiLink sgmllnxComment Comment 46 hi def link sgmllnxComment Comment
48 HiLink sgmllnxSpecial Special 47 hi def link sgmllnxSpecial Special
49 HiLink sgmllnxDocType PreProc 48 hi def link sgmllnxDocType PreProc
50 HiLink sgmllnxTagError Error 49 hi def link sgmllnxTagError Error
51 50
52 delcommand HiLink
53 51
54 let b:current_syntax = "sgmllnx" 52 let b:current_syntax = "sgmllnx"
55 53
56 " vim:set tw=78 ts=8 sts=2 sw=2 noet: 54 " vim:set tw=78 ts=8 sts=2 sw=2 noet: