comparison runtime/syntax/hercules.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
97 "Modify the following as needed. The trade-off is performance versus functionality. 97 "Modify the following as needed. The trade-off is performance versus functionality.
98 syn sync lines=100 98 syn sync lines=100
99 99
100 " Define the default highlighting. 100 " Define the default highlighting.
101 " Only when an item doesn't have highlighting yet 101 " Only when an item doesn't have highlighting yet
102 command -nargs=+ HiLink hi def link <args>
103 102
104 HiLink herculesStatement Statement 103 hi def link herculesStatement Statement
105 HiLink herculesType Type 104 hi def link herculesType Type
106 HiLink herculesComment Comment 105 hi def link herculesComment Comment
107 HiLink herculesPreProc PreProc 106 hi def link herculesPreProc PreProc
108 HiLink herculesTodo Todo 107 hi def link herculesTodo Todo
109 HiLink herculesOutput Include 108 hi def link herculesOutput Include
110 HiLink herculesCmdCmnt Identifier 109 hi def link herculesCmdCmnt Identifier
111 HiLink herculesNumber Number 110 hi def link herculesNumber Number
112 HiLink herculesBraceError herculesError 111 hi def link herculesBraceError herculesError
113 HiLink herculesCurlyError herculesError 112 hi def link herculesCurlyError herculesError
114 HiLink herculesParenError herculesError 113 hi def link herculesParenError herculesError
115 HiLink herculesError Error 114 hi def link herculesError Error
116 115
117 delcommand HiLink
118 116
119 let b:current_syntax = "hercules" 117 let b:current_syntax = "hercules"
120 118
121 " vim: ts=8 119 " vim: ts=8