comparison runtime/syntax/stp.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
127 " Syntax Synchronizing. 127 " Syntax Synchronizing.
128 syn sync minlines=10 maxlines=100 128 syn sync minlines=10 maxlines=100
129 129
130 " Define the default highlighting. 130 " Define the default highlighting.
131 " Only when and item doesn't have highlighting yet. 131 " Only when and item doesn't have highlighting yet.
132 command -nargs=+ HiLink hi def link <args>
133 132
134 HiLink stpConditional Conditional 133 hi def link stpConditional Conditional
135 HiLink stpComment Comment 134 hi def link stpComment Comment
136 HiLink stpKeyword Keyword 135 hi def link stpKeyword Keyword
137 HiLink stpNumber Number 136 hi def link stpNumber Number
138 HiLink stpOperator Operator 137 hi def link stpOperator Operator
139 HiLink stpSpecial Special 138 hi def link stpSpecial Special
140 HiLink stpStatement Statement 139 hi def link stpStatement Statement
141 HiLink stpString String 140 hi def link stpString String
142 HiLink stpStringError Error 141 hi def link stpStringError Error
143 HiLink stpType Type 142 hi def link stpType Type
144 HiLink stpTodo Todo 143 hi def link stpTodo Todo
145 HiLink stpFunction Function 144 hi def link stpFunction Function
146 HiLink stpGlobals Macro 145 hi def link stpGlobals Macro
147 HiLink stpParen Normal 146 hi def link stpParen Normal
148 HiLink stpParenError Error 147 hi def link stpParenError Error
149 HiLink stpSQLKeyword Function 148 hi def link stpSQLKeyword Function
150 HiLink stpRepeat Repeat 149 hi def link stpRepeat Repeat
151 150
152 delcommand HiLink
153 151
154 let b:current_syntax = "stp" 152 let b:current_syntax = "stp"
155 153
156 " vim ts=8 sw=2 154 " vim ts=8 sw=2