comparison runtime/syntax/focexec.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 11b656e74444
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
65 65
66 syn match focexecComment "-\*.*" 66 syn match focexecComment "-\*.*"
67 67
68 " Define the default highlighting. 68 " Define the default highlighting.
69 " Only when an item doesn't have highlighting yet 69 " Only when an item doesn't have highlighting yet
70 command -nargs=+ HiLink hi def link <args>
71 70
72 HiLink focexecString1 String 71 hi def link focexecString1 String
73 HiLink focexecString2 String 72 hi def link focexecString2 String
74 HiLink focexecNumber Number 73 hi def link focexecNumber Number
75 HiLink focexecComment Comment 74 hi def link focexecComment Comment
76 HiLink focexecTable Keyword 75 hi def link focexecTable Keyword
77 HiLink focexecModify Keyword 76 hi def link focexecModify Keyword
78 HiLink focexecNormal Keyword 77 hi def link focexecNormal Keyword
79 HiLink focexecSet Keyword 78 hi def link focexecSet Keyword
80 HiLink focexecDash Keyword 79 hi def link focexecDash Keyword
81 HiLink focexecFileDef Keyword 80 hi def link focexecFileDef Keyword
82 HiLink focexecJoin Keyword 81 hi def link focexecJoin Keyword
83 HiLink focexecAmperVar Identifier 82 hi def link focexecAmperVar Identifier
84 HiLink focexecFuse Function 83 hi def link focexecFuse Function
85 84
86 delcommand HiLink
87 85
88 let b:current_syntax = "focexec" 86 let b:current_syntax = "focexec"
89 87
90 " vim: ts=8 88 " vim: ts=8