comparison runtime/syntax/ocaml.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 e18b1c654d09
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
249 syn sync match ocamlSigSync grouphere ocamlSig "\<sig\>" 249 syn sync match ocamlSigSync grouphere ocamlSig "\<sig\>"
250 syn sync match ocamlSigSync groupthere ocamlSig "\<end\>" 250 syn sync match ocamlSigSync groupthere ocamlSig "\<end\>"
251 251
252 " Define the default highlighting. 252 " Define the default highlighting.
253 " Only when an item doesn't have highlighting yet 253 " Only when an item doesn't have highlighting yet
254 command -nargs=+ HiLink hi def link <args> 254
255 255 hi def link ocamlBraceErr Error
256 HiLink ocamlBraceErr Error 256 hi def link ocamlBrackErr Error
257 HiLink ocamlBrackErr Error 257 hi def link ocamlParenErr Error
258 HiLink ocamlParenErr Error 258 hi def link ocamlArrErr Error
259 HiLink ocamlArrErr Error 259
260 260 hi def link ocamlCommentErr Error
261 HiLink ocamlCommentErr Error 261
262 262 hi def link ocamlCountErr Error
263 HiLink ocamlCountErr Error 263 hi def link ocamlDoErr Error
264 HiLink ocamlDoErr Error 264 hi def link ocamlDoneErr Error
265 HiLink ocamlDoneErr Error 265 hi def link ocamlEndErr Error
266 HiLink ocamlEndErr Error 266 hi def link ocamlThenErr Error
267 HiLink ocamlThenErr Error 267
268 268 hi def link ocamlCharErr Error
269 HiLink ocamlCharErr Error 269
270 270 hi def link ocamlErr Error
271 HiLink ocamlErr Error 271
272 272 hi def link ocamlComment Comment
273 HiLink ocamlComment Comment 273
274 274 hi def link ocamlModPath Include
275 HiLink ocamlModPath Include 275 hi def link ocamlObject Include
276 HiLink ocamlObject Include 276 hi def link ocamlModule Include
277 HiLink ocamlModule Include 277 hi def link ocamlModParam1 Include
278 HiLink ocamlModParam1 Include 278 hi def link ocamlModType Include
279 HiLink ocamlModType Include 279 hi def link ocamlMPRestr3 Include
280 HiLink ocamlMPRestr3 Include 280 hi def link ocamlFullMod Include
281 HiLink ocamlFullMod Include 281 hi def link ocamlModTypeRestr Include
282 HiLink ocamlModTypeRestr Include 282 hi def link ocamlWith Include
283 HiLink ocamlWith Include 283 hi def link ocamlMTDef Include
284 HiLink ocamlMTDef Include 284
285 285 hi def link ocamlScript Include
286 HiLink ocamlScript Include 286
287 287 hi def link ocamlConstructor Constant
288 HiLink ocamlConstructor Constant 288
289 289 hi def link ocamlVal Keyword
290 HiLink ocamlVal Keyword 290 hi def link ocamlModPreRHS Keyword
291 HiLink ocamlModPreRHS Keyword 291 hi def link ocamlMPRestr2 Keyword
292 HiLink ocamlMPRestr2 Keyword 292 hi def link ocamlKeyword Keyword
293 HiLink ocamlKeyword Keyword 293 hi def link ocamlMethod Include
294 HiLink ocamlMethod Include 294 hi def link ocamlFunDef Keyword
295 HiLink ocamlFunDef Keyword 295 hi def link ocamlRefAssign Keyword
296 HiLink ocamlRefAssign Keyword 296 hi def link ocamlKeyChar Keyword
297 HiLink ocamlKeyChar Keyword 297 hi def link ocamlAnyVar Keyword
298 HiLink ocamlAnyVar Keyword 298 hi def link ocamlTopStop Keyword
299 HiLink ocamlTopStop Keyword 299 hi def link ocamlOperator Keyword
300 HiLink ocamlOperator Keyword 300
301 301 hi def link ocamlBoolean Boolean
302 HiLink ocamlBoolean Boolean 302 hi def link ocamlCharacter Character
303 HiLink ocamlCharacter Character 303 hi def link ocamlNumber Number
304 HiLink ocamlNumber Number 304 hi def link ocamlFloat Float
305 HiLink ocamlFloat Float 305 hi def link ocamlString String
306 HiLink ocamlString String 306
307 307 hi def link ocamlLabel Identifier
308 HiLink ocamlLabel Identifier 308
309 309 hi def link ocamlType Type
310 HiLink ocamlType Type 310
311 311 hi def link ocamlTodo Todo
312 HiLink ocamlTodo Todo 312
313 313 hi def link ocamlEncl Keyword
314 HiLink ocamlEncl Keyword 314
315
316 delcommand HiLink
317 315
318 let b:current_syntax = "ocaml" 316 let b:current_syntax = "ocaml"
319 317
320 " vim: ts=8 318 " vim: ts=8