comparison runtime/syntax/pod.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 d91cf2e26ef0
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
63 syn match podEscape "\I\i*>"me=e-1 contained contains=@NoSpell 63 syn match podEscape "\I\i*>"me=e-1 contained contains=@NoSpell
64 syn match podEscape2 "\d\+>"me=e-1 contained contains=@NoSpell 64 syn match podEscape2 "\d\+>"me=e-1 contained contains=@NoSpell
65 65
66 " Define the default highlighting. 66 " Define the default highlighting.
67 " Only when an item doesn't have highlighting yet 67 " Only when an item doesn't have highlighting yet
68 command -nargs=+ HiLink hi def link <args>
69 68
70 HiLink podCommand Statement 69 hi def link podCommand Statement
71 HiLink podCmdText String 70 hi def link podCmdText String
72 HiLink podOverIndent Number 71 hi def link podOverIndent Number
73 HiLink podForKeywd Identifier 72 hi def link podForKeywd Identifier
74 HiLink podFormat Identifier 73 hi def link podFormat Identifier
75 HiLink podVerbatimLine PreProc 74 hi def link podVerbatimLine PreProc
76 HiLink podSpecial Identifier 75 hi def link podSpecial Identifier
77 HiLink podEscape String 76 hi def link podEscape String
78 HiLink podEscape2 Number 77 hi def link podEscape2 Number
79 78
80 delcommand HiLink
81 79
82 if exists("perl_pod_spellcheck_headings") 80 if exists("perl_pod_spellcheck_headings")
83 " Spell-check headings 81 " Spell-check headings
84 syn clear podCmdText 82 syn clear podCmdText
85 syn match podCmdText ".*$" contained contains=podFormat 83 syn match podCmdText ".*$" contained contains=podFormat