comparison runtime/syntax/takout.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
62 syn match takoutError "<<< Error >>>" 62 syn match takoutError "<<< Error >>>"
63 63
64 64
65 " Define the default highlighting 65 " Define the default highlighting
66 " Only when an item doesn't have highlighting yet 66 " Only when an item doesn't have highlighting yet
67 command -nargs=+ HiLink hi def link <args>
68 67
69 HiLink takoutPos Statement 68 hi def link takoutPos Statement
70 HiLink takoutNeg PreProc 69 hi def link takoutNeg PreProc
71 HiLink takoutTitle Type 70 hi def link takoutTitle Type
72 HiLink takoutFile takIncludeFile 71 hi def link takoutFile takIncludeFile
73 HiLink takoutInteger takInteger 72 hi def link takoutInteger takInteger
74 73
75 HiLink takoutSectionDelim Delimiter 74 hi def link takoutSectionDelim Delimiter
76 HiLink takoutSectionTitle Exception 75 hi def link takoutSectionTitle Exception
77 HiLink takoutHeaderDelim SpecialComment 76 hi def link takoutHeaderDelim SpecialComment
78 HiLink takoutLabel Identifier 77 hi def link takoutLabel Identifier
79 78
80 HiLink takoutError Error 79 hi def link takoutError Error
81 80
82 delcommand HiLink
83 81
84 82
85 let b:current_syntax = "takout" 83 let b:current_syntax = "takout"
86 84
87 " vim: ts=8 sw=2 85 " vim: ts=8 sw=2