comparison runtime/syntax/prescribe.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
40 syn region prescribeString start=+'+ end=+'+ skip=+\\'+ 40 syn region prescribeString start=+'+ end=+'+ skip=+\\'+
41 syn region prescribeComment start=+CMNT+ end=+;+ 41 syn region prescribeComment start=+CMNT+ end=+;+
42 42
43 " Define the default highlighting. 43 " Define the default highlighting.
44 " Only when an item doesn't have highlighting yet 44 " Only when an item doesn't have highlighting yet
45 command -nargs=+ HiLink hi def link <args>
46 45
47 HiLink prescribeSpecial PreProc 46 hi def link prescribeSpecial PreProc
48 HiLink prescribeStatement Statement 47 hi def link prescribeStatement Statement
49 HiLink prescribeNumber Number 48 hi def link prescribeNumber Number
50 HiLink prescribeCSETArg String 49 hi def link prescribeCSETArg String
51 HiLink prescribeFRPOArg String 50 hi def link prescribeFRPOArg String
52 HiLink prescribeComment Comment 51 hi def link prescribeComment Comment
53 52
54 delcommand HiLink
55 53
56 let b:current_syntax = "prescribe" 54 let b:current_syntax = "prescribe"
57 55
58 " vim: ts=8 56 " vim: ts=8