comparison runtime/syntax/xs.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 d91cf2e26ef0
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
3241 syn keyword xsMacro what_len_TRICKYFOLD_safe whichsig write xio_any xio_dirp 3241 syn keyword xsMacro what_len_TRICKYFOLD_safe whichsig write xio_any xio_dirp
3242 syn keyword xsMacro xiv_iv xuv_uv yystype 3242 syn keyword xsMacro xiv_iv xuv_uv yystype
3243 3243
3244 " Define the default highlighting. 3244 " Define the default highlighting.
3245 " Only when an item doesn't have highlighting yet 3245 " Only when an item doesn't have highlighting yet
3246 command -nargs=+ HiLink hi def link <args>
3247 3246
3248 HiLink xsPrivate Error 3247 hi def link xsPrivate Error
3249 HiLink xsSuperseded Error 3248 hi def link xsSuperseded Error
3250 HiLink xsType Type 3249 hi def link xsType Type
3251 HiLink xsString String 3250 hi def link xsString String
3252 HiLink xsConstant Constant 3251 hi def link xsConstant Constant
3253 HiLink xsException Exception 3252 hi def link xsException Exception
3254 HiLink xsKeyword Keyword 3253 hi def link xsKeyword Keyword
3255 HiLink xsFunction Function 3254 hi def link xsFunction Function
3256 HiLink xsVariable Identifier 3255 hi def link xsVariable Identifier
3257 HiLink xsMacro Macro 3256 hi def link xsMacro Macro
3258 3257
3259 delcommand HiLink
3260 3258
3261 let b:current_syntax = "xs" 3259 let b:current_syntax = "xs"
3262 3260
3263 " vim: ts=8 3261 " vim: ts=8