comparison runtime/syntax/tli.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
40 syn match tliComment "#.*" 40 syn match tliComment "#.*"
41 syn case match 41 syn case match
42 42
43 " Define the default highlighting. 43 " Define the default highlighting.
44 " Only when an item doesn't have highlighting yet 44 " Only when an item doesn't have highlighting yet
45 command -nargs=+ HiLink hi def link <args>
46 45
47 HiLink tliNumber Number 46 hi def link tliNumber Number
48 HiLink tliString String 47 hi def link tliString String
49 HiLink tliComment Comment 48 hi def link tliComment Comment
50 HiLink tliSpecial SpecialChar 49 hi def link tliSpecial SpecialChar
51 HiLink tliIdentifier Identifier 50 hi def link tliIdentifier Identifier
52 HiLink tliObject Statement 51 hi def link tliObject Statement
53 HiLink tliField Type 52 hi def link tliField Type
54 HiLink tliStyle PreProc 53 hi def link tliStyle PreProc
55 54
56 delcommand HiLink
57 55
58 let b:current_syntax = "tli" 56 let b:current_syntax = "tli"
59 57
60 " vim: ts=8 58 " vim: ts=8