comparison runtime/syntax/grads.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 " syn match gradsTypos "==" 49 " syn match gradsTypos "=="
50 " syn match gradsTypos "!=" 50 " syn match gradsTypos "!="
51 51
52 " Define the default highlighting. 52 " Define the default highlighting.
53 " Only when an item doesn't hgs highlighting+yet 53 " Only when an item doesn't hgs highlighting+yet
54 command -nargs=+ HiLink hi def link <args>
55 54
56 HiLink gradsStatement Statement 55 hi def link gradsStatement Statement
57 56
58 HiLink gradsString String 57 hi def link gradsString String
59 HiLink gradsNumber Number 58 hi def link gradsNumber Number
60 59
61 HiLink gradsFixVariables Special 60 hi def link gradsFixVariables Special
62 HiLink gradsVariables Identifier 61 hi def link gradsVariables Identifier
63 HiLink gradsglobalVariables Special 62 hi def link gradsglobalVariables Special
64 HiLink gradsConst Special 63 hi def link gradsConst Special
65 64
66 HiLink gradsClassMethods Function 65 hi def link gradsClassMethods Function
67 66
68 HiLink gradsOperator Operator 67 hi def link gradsOperator Operator
69 HiLink gradsComment Comment 68 hi def link gradsComment Comment
70 69
71 HiLink gradsTypos Error 70 hi def link gradsTypos Error
72 71
73 delcommand HiLink
74 72
75 let b:current_syntax = "grads" 73 let b:current_syntax = "grads"