comparison runtime/syntax/mp.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 876fbdd84e52
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
100 syn keyword mpMacro drawunboxed fixpos fixsize pic 100 syn keyword mpMacro drawunboxed fixpos fixsize pic
101 endif 101 endif
102 102
103 " Define the default highlighting 103 " Define the default highlighting
104 " Only when an item doesn't have highlighting yet 104 " Only when an item doesn't have highlighting yet
105 command -nargs=+ HiLink hi def link <args>
106 105
107 HiLink mpTeXinsert String 106 hi def link mpTeXinsert String
108 HiLink mpTeXbegin Statement 107 hi def link mpTeXbegin Statement
109 HiLink mpTeXend Statement 108 hi def link mpTeXend Statement
110 HiLink mpInternal mfInternal 109 hi def link mpInternal mfInternal
111 HiLink mpMacro Macro 110 hi def link mpMacro Macro
112 111
113 delcommand HiLink
114 112
115 let b:current_syntax = "mp" 113 let b:current_syntax = "mp"
116 114
117 " vim: ts=8 115 " vim: ts=8