comparison runtime/syntax/bc.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
49 49
50 syn case match 50 syn case match
51 51
52 " Define the default highlighting. 52 " Define the default highlighting.
53 " Only when an item doesn't have highlighting yet 53 " Only when an item doesn't have highlighting yet
54 command -nargs=+ HiLink hi def link <args>
55 54
56 HiLink bcKeyword Statement 55 hi def link bcKeyword Statement
57 HiLink bcType Type 56 hi def link bcType Type
58 HiLink bcConstant Constant 57 hi def link bcConstant Constant
59 HiLink bcNumber Number 58 hi def link bcNumber Number
60 HiLink bcComment Comment 59 hi def link bcComment Comment
61 HiLink bcString String 60 hi def link bcString String
62 HiLink bcSpecialChar SpecialChar 61 hi def link bcSpecialChar SpecialChar
63 HiLink bcParenError Error 62 hi def link bcParenError Error
64 63
65 delcommand HiLink
66 64
67 let b:current_syntax = "bc" 65 let b:current_syntax = "bc"
68 " vim: ts=8 66 " vim: ts=8