comparison runtime/syntax/jess.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
117 " synchronization 117 " synchronization
118 syn sync lines=100 118 syn sync lines=100
119 119
120 " Define the default highlighting. 120 " Define the default highlighting.
121 " Only when an item doesn't have highlighting yet 121 " Only when an item doesn't have highlighting yet
122 command -nargs=+ HiLink hi def link <args>
123 122
124 HiLink jessAtomNmbr jessNumber 123 hi def link jessAtomNmbr jessNumber
125 HiLink jessAtomMark jessMark 124 hi def link jessAtomMark jessMark
126 125
127 HiLink jessAtom Identifier 126 hi def link jessAtom Identifier
128 HiLink jessAtomBarSymbol Special 127 hi def link jessAtomBarSymbol Special
129 HiLink jessBarSymbol Special 128 hi def link jessBarSymbol Special
130 HiLink jessComment Comment 129 hi def link jessComment Comment
131 HiLink jessConcat Statement 130 hi def link jessConcat Statement
132 HiLink jessDeclaration Statement 131 hi def link jessDeclaration Statement
133 HiLink jessFunc Statement 132 hi def link jessFunc Statement
134 HiLink jessKey Type 133 hi def link jessKey Type
135 HiLink jessMark Delimiter 134 hi def link jessMark Delimiter
136 HiLink jessNumber Number 135 hi def link jessNumber Number
137 HiLink jessParenError Error 136 hi def link jessParenError Error
138 HiLink jessSpecial Type 137 hi def link jessSpecial Type
139 HiLink jessString String 138 hi def link jessString String
140 HiLink jessVar Identifier 139 hi def link jessVar Identifier
141 140
142 delcommand HiLink
143 141
144 let b:current_syntax = "jess" 142 let b:current_syntax = "jess"
145 143
146 " vim: ts=18 144 " vim: ts=18