comparison runtime/syntax/mf.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
153 " synchronizing 153 " synchronizing
154 syn sync maxlines=50 154 syn sync maxlines=50
155 155
156 " Define the default highlighting 156 " Define the default highlighting
157 " Only when an item doesn't have highlighting yet 157 " Only when an item doesn't have highlighting yet
158 command -nargs=+ HiLink hi def link <args>
159 158
160 HiLink mfBoolExp Statement 159 hi def link mfBoolExp Statement
161 HiLink mfNumExp Statement 160 hi def link mfNumExp Statement
162 HiLink mfInternal Identifier 161 hi def link mfInternal Identifier
163 HiLink mfPairExp Statement 162 hi def link mfPairExp Statement
164 HiLink mfPathExp Statement 163 hi def link mfPathExp Statement
165 HiLink mfPenExp Statement 164 hi def link mfPenExp Statement
166 HiLink mfPicExp Statement 165 hi def link mfPicExp Statement
167 HiLink mfStringExp Statement 166 hi def link mfStringExp Statement
168 HiLink mfCommand Statement 167 hi def link mfCommand Statement
169 HiLink mfType Type 168 hi def link mfType Type
170 HiLink mfStatement Statement 169 hi def link mfStatement Statement
171 HiLink mfDefinition Statement 170 hi def link mfDefinition Statement
172 HiLink mfCondition Conditional 171 hi def link mfCondition Conditional
173 HiLink mfPrimitive Statement 172 hi def link mfPrimitive Statement
174 HiLink mfMacro Macro 173 hi def link mfMacro Macro
175 HiLink mfCoord Identifier 174 hi def link mfCoord Identifier
176 HiLink mfPoint Identifier 175 hi def link mfPoint Identifier
177 HiLink mfNumeric Number 176 hi def link mfNumeric Number
178 HiLink mfLength Number 177 hi def link mfLength Number
179 HiLink mfComment Comment 178 hi def link mfComment Comment
180 HiLink mfString String 179 hi def link mfString String
181 180
182 delcommand HiLink
183 181
184 let b:current_syntax = "mf" 182 let b:current_syntax = "mf"
185 183
186 " vim: ts=8 184 " vim: ts=8