comparison runtime/syntax/aflex.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
61 syn sync match aflexSyncPat groupthere aflexPatBlock "^<$" 61 syn sync match aflexSyncPat groupthere aflexPatBlock "^<$"
62 syn sync match aflexSyncPat groupthere aflexPatBlock "^%%$" 62 syn sync match aflexSyncPat groupthere aflexPatBlock "^%%$"
63 63
64 " Define the default highlighting. 64 " Define the default highlighting.
65 " Only when an item doesn't have highlighting yet 65 " Only when an item doesn't have highlighting yet
66 command -nargs=+ HiLink hi def link <args> 66 hi def link aflexSlashQuote aflexPat
67 HiLink aflexSlashQuote aflexPat 67 hi def link aflexBrace aflexPat
68 HiLink aflexBrace aflexPat 68 hi def link aflexAbbrvComment aflexPatComment
69 HiLink aflexAbbrvComment aflexPatComment
70 69
71 HiLink aflexAbbrv SpecialChar 70 hi def link aflexAbbrv SpecialChar
72 HiLink aflexAbbrvRegExp Macro 71 hi def link aflexAbbrvRegExp Macro
73 HiLink aflexCFunctions Function 72 hi def link aflexCFunctions Function
74 HiLink aflexMorePat SpecialChar 73 hi def link aflexMorePat SpecialChar
75 HiLink aflexPat Function 74 hi def link aflexPat Function
76 HiLink aflexPatComment Comment 75 hi def link aflexPatComment Comment
77 HiLink aflexPatString Function 76 hi def link aflexPatString Function
78 HiLink aflexPatTag Special 77 hi def link aflexPatTag Special
79 HiLink aflexSep Delimiter 78 hi def link aflexSep Delimiter
80 delcommand HiLink
81 79
82 let b:current_syntax = "aflex" 80 let b:current_syntax = "aflex"
83 81
84 " vim:ts=10 82 " vim:ts=10