comparison runtime/syntax/radiance.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
122 syn keyword radianceTodo contained TODO XXX 122 syn keyword radianceTodo contained TODO XXX
123 syn match radianceComment "#.*$" contains=radianceTodo 123 syn match radianceComment "#.*$" contains=radianceTodo
124 124
125 " Define the default highlighting. 125 " Define the default highlighting.
126 " Only when an item doesn't have highlighting yet 126 " Only when an item doesn't have highlighting yet
127 command -nargs=+ HiLink hi def link <args> 127 hi def link radianceKeyword Keyword
128 HiLink radianceKeyword Keyword 128 hi def link radianceExtraType Type
129 HiLink radianceExtraType Type 129 hi def link radianceSurfType Type
130 HiLink radianceSurfType Type 130 hi def link radianceLightType Type
131 HiLink radianceLightType Type 131 hi def link radianceMatType Type
132 HiLink radianceMatType Type 132 hi def link radiancePatType Type
133 HiLink radiancePatType Type 133 hi def link radianceTexType Type
134 HiLink radianceTexType Type 134 hi def link radianceMixType Type
135 HiLink radianceMixType Type 135 hi def link radianceComment Comment
136 HiLink radianceComment Comment 136 hi def link radianceCommand Function
137 HiLink radianceCommand Function 137 hi def link radianceID String
138 HiLink radianceID String 138 hi def link radianceTodo Todo
139 HiLink radianceTodo Todo
140 delcommand HiLink
141 139
142 let b:current_syntax = "radiance" 140 let b:current_syntax = "radiance"
143 141
144 " vim: ts=8 sw=2 142 " vim: ts=8 sw=2