comparison runtime/syntax/lotos.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
52 52
53 syn sync lines=250 53 syn sync lines=250
54 54
55 " Define the default highlighting. 55 " Define the default highlighting.
56 " Only when an item doesn't have highlighting yet 56 " Only when an item doesn't have highlighting yet
57 command -nargs=+ HiLink hi def link <args>
58 57
59 HiLink lotosStatement Statement 58 hi def link lotosStatement Statement
60 HiLink lotosProcess Label 59 hi def link lotosProcess Label
61 HiLink lotosOperator Operator 60 hi def link lotosOperator Operator
62 HiLink lotosSort Function 61 hi def link lotosSort Function
63 HiLink lotosType Type 62 hi def link lotosType Type
64 HiLink lotosComment Comment 63 hi def link lotosComment Comment
65 HiLink lotosDelimiter String 64 hi def link lotosDelimiter String
66 65
67 delcommand HiLink
68 66
69 let b:current_syntax = "lotos" 67 let b:current_syntax = "lotos"
70 68
71 " vim: ts=8 69 " vim: ts=8