comparison runtime/syntax/sl.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
71 71
72 syn sync ccomment slComment minlines=10 72 syn sync ccomment slComment minlines=10
73 73
74 " Define the default highlighting. 74 " Define the default highlighting.
75 " Only when an item doesn't have highlighting yet 75 " Only when an item doesn't have highlighting yet
76 command -nargs=+ HiLink hi def link <args>
77 76
78 HiLink slLabel Label 77 hi def link slLabel Label
79 HiLink slUserLabel Label 78 hi def link slUserLabel Label
80 HiLink slConditional Conditional 79 hi def link slConditional Conditional
81 HiLink slRepeat Repeat 80 hi def link slRepeat Repeat
82 HiLink slCharacter Character 81 hi def link slCharacter Character
83 HiLink slSpecialCharacter slSpecial 82 hi def link slSpecialCharacter slSpecial
84 HiLink slNumber Number 83 hi def link slNumber Number
85 HiLink slFloat Float 84 hi def link slFloat Float
86 HiLink slParenError slError 85 hi def link slParenError slError
87 HiLink slInParen slError 86 hi def link slInParen slError
88 HiLink slCommentError slError 87 hi def link slCommentError slError
89 HiLink slOperator Operator 88 hi def link slOperator Operator
90 HiLink slStorageClass StorageClass 89 hi def link slStorageClass StorageClass
91 HiLink slError Error 90 hi def link slError Error
92 HiLink slStatement Statement 91 hi def link slStatement Statement
93 HiLink slType Type 92 hi def link slType Type
94 HiLink slCommentError slError 93 hi def link slCommentError slError
95 HiLink slCommentString slString 94 hi def link slCommentString slString
96 HiLink slComment2String slString 95 hi def link slComment2String slString
97 HiLink slCommentSkip slComment 96 hi def link slCommentSkip slComment
98 HiLink slString String 97 hi def link slString String
99 HiLink slComment Comment 98 hi def link slComment Comment
100 HiLink slSpecial SpecialChar 99 hi def link slSpecial SpecialChar
101 HiLink slTodo Todo 100 hi def link slTodo Todo
102 HiLink slVariable Identifier 101 hi def link slVariable Identifier
103 "HiLink slIdentifier Identifier 102 "hi def link slIdentifier Identifier
104 103
105 delcommand HiLink
106 104
107 let b:current_syntax = "sl" 105 let b:current_syntax = "sl"
108 106
109 " vim: ts=8 107 " vim: ts=8