comparison runtime/syntax/gdmo.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
60 60
61 syn sync ccomment gdmoComment 61 syn sync ccomment gdmoComment
62 62
63 " Define the default highlighting. 63 " Define the default highlighting.
64 " Only when an item doesn't have highlighting yet 64 " Only when an item doesn't have highlighting yet
65 command -nargs=+ HiLink hi def link <args>
66 65
67 HiLink gdmoCategory Structure 66 hi def link gdmoCategory Structure
68 HiLink gdmoRelationship Macro 67 hi def link gdmoRelationship Macro
69 HiLink gdmoDefinition Statement 68 hi def link gdmoDefinition Statement
70 HiLink gdmoReference Type 69 hi def link gdmoReference Type
71 HiLink gdmoExtension Operator 70 hi def link gdmoExtension Operator
72 HiLink gdmoBraces Function 71 hi def link gdmoBraces Function
73 HiLink gdmoSpecial Special 72 hi def link gdmoSpecial Special
74 HiLink gdmoString String 73 hi def link gdmoString String
75 HiLink gdmoCharacter Character 74 hi def link gdmoCharacter Character
76 HiLink gdmoSpecialCharacter gdmoSpecial 75 hi def link gdmoSpecialCharacter gdmoSpecial
77 HiLink gdmoComment Comment 76 hi def link gdmoComment Comment
78 HiLink gdmoLineComment gdmoComment 77 hi def link gdmoLineComment gdmoComment
79 HiLink gdmoType Type 78 hi def link gdmoType Type
80 79
81 delcommand HiLink
82 80
83 let b:current_syntax = "gdmo" 81 let b:current_syntax = "gdmo"
84 82
85 " vim: ts=8 83 " vim: ts=8