Mercurial > vim
comparison runtime/syntax/jproperties.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 |
---|---|
116 syn match jpropertiesComment "^\s*[#!].*$" contains=jpropertiesTODO | 116 syn match jpropertiesComment "^\s*[#!].*$" contains=jpropertiesTODO |
117 syn keyword jpropertiesTodo TODO FIXME XXX contained | 117 syn keyword jpropertiesTodo TODO FIXME XXX contained |
118 | 118 |
119 " Define the default highlighting. | 119 " Define the default highlighting. |
120 " Only when an item doesn't have highlighting yet | 120 " Only when an item doesn't have highlighting yet |
121 command -nargs=+ HiLink hi def link <args> | |
122 | 121 |
123 HiLink jpropertiesComment Comment | 122 hi def link jpropertiesComment Comment |
124 HiLink jpropertiesTodo Todo | 123 hi def link jpropertiesTodo Todo |
125 HiLink jpropertiesIdentifier Identifier | 124 hi def link jpropertiesIdentifier Identifier |
126 HiLink jpropertiesString String | 125 hi def link jpropertiesString String |
127 HiLink jpropertiesExtendString String | 126 hi def link jpropertiesExtendString String |
128 HiLink jpropertiesCharacter Character | 127 hi def link jpropertiesCharacter Character |
129 HiLink jpropertiesSpecial Special | 128 hi def link jpropertiesSpecial Special |
130 HiLink jpropertiesSpecialChar SpecialChar | 129 hi def link jpropertiesSpecialChar SpecialChar |
131 HiLink jpropertiesError Error | 130 hi def link jpropertiesError Error |
132 | 131 |
133 delcommand HiLink | |
134 | 132 |
135 let b:current_syntax = "jproperties" | 133 let b:current_syntax = "jproperties" |
136 | 134 |
137 " vim:ts=8 | 135 " vim:ts=8 |