comparison runtime/syntax/spice.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 sync minlines=50 50 syn sync minlines=50
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 spiceTodo Todo 55 hi def link spiceTodo Todo
57 HiLink spiceWrapLineOperator spiceOperator 56 hi def link spiceWrapLineOperator spiceOperator
58 HiLink spiceSinglequote spiceExpr 57 hi def link spiceSinglequote spiceExpr
59 HiLink spiceExpr Function 58 hi def link spiceExpr Function
60 HiLink spiceParenError Error 59 hi def link spiceParenError Error
61 HiLink spiceStatement Statement 60 hi def link spiceStatement Statement
62 HiLink spiceNumber Number 61 hi def link spiceNumber Number
63 HiLink spiceComment Comment 62 hi def link spiceComment Comment
64 HiLink spiceOperator Operator 63 hi def link spiceOperator Operator
65 64
66 delcommand HiLink
67 65
68 let b:current_syntax = "spice" 66 let b:current_syntax = "spice"
69 67
70 " insert the following to $VIM/syntax/scripts.vim 68 " insert the following to $VIM/syntax/scripts.vim
71 " to autodetect HSpice netlists and text listing output: 69 " to autodetect HSpice netlists and text listing output: