comparison runtime/syntax/nroff.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 5b7ea82bc18f
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
194 194
195 " 195 "
196 " Define the default highlighting. 196 " Define the default highlighting.
197 " Only when an item doesn't have highlighting yet 197 " Only when an item doesn't have highlighting yet
198 " 198 "
199 command -nargs=+ HiLink hi def link <args> 199
200 200 hi def link nroffEscChar nroffSpecialChar
201 HiLink nroffEscChar nroffSpecialChar 201 hi def link nroffEscCharAr nroffSpecialChar
202 HiLink nroffEscCharAr nroffSpecialChar 202 hi def link nroffSpecialChar SpecialChar
203 HiLink nroffSpecialChar SpecialChar 203 hi def link nroffSpace Delimiter
204 HiLink nroffSpace Delimiter 204
205 205 hi def link nroffEscRegArg2 nroffEscRegArg
206 HiLink nroffEscRegArg2 nroffEscRegArg 206 hi def link nroffEscRegArg nroffIdent
207 HiLink nroffEscRegArg nroffIdent 207
208 208 hi def link nroffEscArg2 nroffEscArg
209 HiLink nroffEscArg2 nroffEscArg 209 hi def link nroffEscPar nroffEscape
210 HiLink nroffEscPar nroffEscape 210
211 211 hi def link nroffEscRegPar nroffEscape
212 HiLink nroffEscRegPar nroffEscape 212 hi def link nroffEscArg nroffEscape
213 HiLink nroffEscArg nroffEscape 213 hi def link nroffSize nroffEscape
214 HiLink nroffSize nroffEscape 214 hi def link nroffEscape Preproc
215 HiLink nroffEscape Preproc 215
216 216 hi def link nroffIgnore Comment
217 HiLink nroffIgnore Comment 217 hi def link nroffComment Comment
218 HiLink nroffComment Comment 218 hi def link nroffTodo Todo
219 HiLink nroffTodo Todo 219
220 220 hi def link nroffReqLeader nroffRequest
221 HiLink nroffReqLeader nroffRequest 221 hi def link nroffReqName nroffRequest
222 HiLink nroffReqName nroffRequest 222 hi def link nroffRequest Statement
223 HiLink nroffRequest Statement 223 hi def link nroffCond PreCondit
224 HiLink nroffCond PreCondit 224 hi def link nroffDefIdent nroffIdent
225 HiLink nroffDefIdent nroffIdent 225 hi def link nroffIdent Identifier
226 HiLink nroffIdent Identifier 226
227 227 hi def link nroffEquation PreProc
228 HiLink nroffEquation PreProc 228 hi def link nroffTable PreProc
229 HiLink nroffTable PreProc 229 hi def link nroffPicture PreProc
230 HiLink nroffPicture PreProc 230 hi def link nroffRefer PreProc
231 HiLink nroffRefer PreProc 231 hi def link nroffGrap PreProc
232 HiLink nroffGrap PreProc 232 hi def link nroffGremlin PreProc
233 HiLink nroffGremlin PreProc 233
234 234 hi def link nroffNumber Number
235 HiLink nroffNumber Number 235 hi def link nroffBadChar nroffError
236 HiLink nroffBadChar nroffError 236 hi def link nroffSpaceError nroffError
237 HiLink nroffSpaceError nroffError 237 hi def link nroffError Error
238 HiLink nroffError Error 238
239 239 hi def link nroffPreserve String
240 HiLink nroffPreserve String 240 hi def link nroffString String
241 HiLink nroffString String 241 hi def link nroffDefinition String
242 HiLink nroffDefinition String 242 hi def link nroffDefSpecial Special
243 HiLink nroffDefSpecial Special 243
244
245 delcommand HiLink
246 244
247 let b:current_syntax = "nroff" 245 let b:current_syntax = "nroff"
248 246
249 let &cpo = s:cpo_save 247 let &cpo = s:cpo_save
250 unlet s:cpo_save 248 unlet s:cpo_save