comparison runtime/syntax/uc.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
106 endif 106 endif
107 exec "syn sync ccomment ucComment minlines=" . uc_minlines 107 exec "syn sync ccomment ucComment minlines=" . uc_minlines
108 108
109 " Define the default highlighting. 109 " Define the default highlighting.
110 " Only when an item doesn't have highlighting yet 110 " Only when an item doesn't have highlighting yet
111 command -nargs=+ HiLink hi def link <args>
112 111
113 HiLink ucFuncDef Conditional 112 hi def link ucFuncDef Conditional
114 HiLink ucEventDef Conditional 113 hi def link ucEventDef Conditional
115 HiLink ucBraces Function 114 hi def link ucBraces Function
116 HiLink ucBranch Conditional 115 hi def link ucBranch Conditional
117 HiLink ucLabel Label 116 hi def link ucLabel Label
118 HiLink ucUserLabel Label 117 hi def link ucUserLabel Label
119 HiLink ucConditional Conditional 118 hi def link ucConditional Conditional
120 HiLink ucRepeat Repeat 119 hi def link ucRepeat Repeat
121 HiLink ucStorageClass StorageClass 120 hi def link ucStorageClass StorageClass
122 HiLink ucMethodDecl ucStorageClass 121 hi def link ucMethodDecl ucStorageClass
123 HiLink ucClassDecl ucStorageClass 122 hi def link ucClassDecl ucStorageClass
124 HiLink ucScopeDecl ucStorageClass 123 hi def link ucScopeDecl ucStorageClass
125 HiLink ucBoolean Boolean 124 hi def link ucBoolean Boolean
126 HiLink ucSpecial Special 125 hi def link ucSpecial Special
127 HiLink ucSpecialError Error 126 hi def link ucSpecialError Error
128 HiLink ucSpecialCharError Error 127 hi def link ucSpecialCharError Error
129 HiLink ucString String 128 hi def link ucString String
130 HiLink ucCharacter Character 129 hi def link ucCharacter Character
131 HiLink ucSpecialChar SpecialChar 130 hi def link ucSpecialChar SpecialChar
132 HiLink ucNumber Number 131 hi def link ucNumber Number
133 HiLink ucError Error 132 hi def link ucError Error
134 HiLink ucStringError Error 133 hi def link ucStringError Error
135 HiLink ucStatement Statement 134 hi def link ucStatement Statement
136 HiLink ucOperator Operator 135 hi def link ucOperator Operator
137 HiLink ucOverLoaded Operator 136 hi def link ucOverLoaded Operator
138 HiLink ucComment Comment 137 hi def link ucComment Comment
139 HiLink ucDocComment Comment 138 hi def link ucDocComment Comment
140 HiLink ucLineComment Comment 139 hi def link ucLineComment Comment
141 HiLink ucConstant ucBoolean 140 hi def link ucConstant ucBoolean
142 HiLink ucTypedef Typedef 141 hi def link ucTypedef Typedef
143 HiLink ucTodo Todo 142 hi def link ucTodo Todo
144 143
145 HiLink ucCommentTitle SpecialComment 144 hi def link ucCommentTitle SpecialComment
146 HiLink ucDocTags Special 145 hi def link ucDocTags Special
147 HiLink ucDocParam Function 146 hi def link ucDocParam Function
148 HiLink ucCommentStar ucComment 147 hi def link ucCommentStar ucComment
149 148
150 HiLink ucType Type 149 hi def link ucType Type
151 HiLink ucExternal Include 150 hi def link ucExternal Include
152 151
153 HiLink ucClassKeys Conditional 152 hi def link ucClassKeys Conditional
154 HiLink ucClassLabel Conditional 153 hi def link ucClassLabel Conditional
155 154
156 HiLink htmlComment Special 155 hi def link htmlComment Special
157 HiLink htmlCommentPart Special 156 hi def link htmlCommentPart Special
158 157
159 delcommand HiLink
160 158
161 let b:current_syntax = "uc" 159 let b:current_syntax = "uc"
162 160
163 if main_syntax == 'uc' 161 if main_syntax == 'uc'
164 unlet main_syntax 162 unlet main_syntax