comparison runtime/syntax/tpp.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 9d3d7b0f4861
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
57 57
58 syn match tppComment "^--##.*$" 58 syn match tppComment "^--##.*$"
59 59
60 " Define the default highlighting. 60 " Define the default highlighting.
61 " Only when an item doesn't have highlighting yet 61 " Only when an item doesn't have highlighting yet
62 command -nargs=+ HiLink hi def link <args>
63 62
64 HiLink tppAbstractOptionKey Special 63 hi def link tppAbstractOptionKey Special
65 HiLink tppPageLocalOptionKey Keyword 64 hi def link tppPageLocalOptionKey Keyword
66 HiLink tppPageLocalSwitchKey Keyword 65 hi def link tppPageLocalSwitchKey Keyword
67 HiLink tppColorOptionKey Keyword 66 hi def link tppColorOptionKey Keyword
68 HiLink tppTimeOptionKey Comment 67 hi def link tppTimeOptionKey Comment
69 HiLink tppNewPageOptionKey PreProc 68 hi def link tppNewPageOptionKey PreProc
70 HiLink tppString String 69 hi def link tppString String
71 HiLink tppColor String 70 hi def link tppColor String
72 HiLink tppTime Number 71 hi def link tppTime Number
73 HiLink tppComment Comment 72 hi def link tppComment Comment
74 HiLink tppAbstractOption Error 73 hi def link tppAbstractOption Error
75 HiLink tppPageLocalOption Error 74 hi def link tppPageLocalOption Error
76 HiLink tppPageLocalSwitch Error 75 hi def link tppPageLocalSwitch Error
77 HiLink tppColorOption Error 76 hi def link tppColorOption Error
78 HiLink tppNewPageOption Error 77 hi def link tppNewPageOption Error
79 HiLink tppTimeOption Error 78 hi def link tppTimeOption Error
80 79
81 delcommand HiLink
82 80
83 let b:current_syntax = "tpp" 81 let b:current_syntax = "tpp"
84 82
85 " vim: ts=8 sw=2 83 " vim: ts=8 sw=2