comparison runtime/syntax/dylan.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
59 " don't generally appear in the middle of a line of code. 59 " don't generally appear in the middle of a line of code.
60 syn region dylanHeader start="^[Mm]odule:" end="^$" 60 syn region dylanHeader start="^[Mm]odule:" end="^$"
61 61
62 " Define the default highlighting. 62 " Define the default highlighting.
63 " Only when an item doesn't have highlighting yet 63 " Only when an item doesn't have highlighting yet
64 command -nargs=+ HiLink hi def link <args>
65 64
66 HiLink dylanBlock PreProc 65 hi def link dylanBlock PreProc
67 HiLink dylanBoolean Boolean 66 hi def link dylanBoolean Boolean
68 HiLink dylanCharacter Character 67 hi def link dylanCharacter Character
69 HiLink dylanClass Structure 68 hi def link dylanClass Structure
70 HiLink dylanClassMods StorageClass 69 hi def link dylanClassMods StorageClass
71 HiLink dylanComment Comment 70 hi def link dylanComment Comment
72 HiLink dylanConditional Conditional 71 hi def link dylanConditional Conditional
73 HiLink dylanConstant Constant 72 hi def link dylanConstant Constant
74 HiLink dylanException Exception 73 hi def link dylanException Exception
75 HiLink dylanHeader Macro 74 hi def link dylanHeader Macro
76 HiLink dylanImport Include 75 hi def link dylanImport Include
77 HiLink dylanLabel Label 76 hi def link dylanLabel Label
78 HiLink dylanMiscMods StorageClass 77 hi def link dylanMiscMods StorageClass
79 HiLink dylanNumber Number 78 hi def link dylanNumber Number
80 HiLink dylanOther Keyword 79 hi def link dylanOther Keyword
81 HiLink dylanOperator Operator 80 hi def link dylanOperator Operator
82 HiLink dylanParamDefs Keyword 81 hi def link dylanParamDefs Keyword
83 HiLink dylanPrecondit PreCondit 82 hi def link dylanPrecondit PreCondit
84 HiLink dylanRepeat Repeat 83 hi def link dylanRepeat Repeat
85 HiLink dylanSimpleDefs Keyword 84 hi def link dylanSimpleDefs Keyword
86 HiLink dylanStatement Macro 85 hi def link dylanStatement Macro
87 HiLink dylanString String 86 hi def link dylanString String
88 HiLink dylanVariable Identifier 87 hi def link dylanVariable Identifier
89 88
90 delcommand HiLink
91 89
92 let b:current_syntax = "dylan" 90 let b:current_syntax = "dylan"
93 91
94 " vim:ts=8 92 " vim:ts=8