comparison runtime/syntax/sindaout.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
58 syn match sindaoutError "<<< Error >>>" 58 syn match sindaoutError "<<< Error >>>"
59 59
60 60
61 " Define the default highlighting 61 " Define the default highlighting
62 " Only when an item doesn't have highlighting yet 62 " Only when an item doesn't have highlighting yet
63 command -nargs=+ HiLink hi def link <args>
64 63
65 hi sindaHeaderDelim ctermfg=Black ctermbg=Green guifg=Black guibg=Green 64 hi sindaHeaderDelim ctermfg=Black ctermbg=Green guifg=Black guibg=Green
66 65
67 HiLink sindaoutPos Statement 66 hi def link sindaoutPos Statement
68 HiLink sindaoutNeg PreProc 67 hi def link sindaoutNeg PreProc
69 HiLink sindaoutTitle Type 68 hi def link sindaoutTitle Type
70 HiLink sindaoutFile sindaIncludeFile 69 hi def link sindaoutFile sindaIncludeFile
71 HiLink sindaoutInteger sindaInteger 70 hi def link sindaoutInteger sindaInteger
72 71
73 HiLink sindaoutSectionDelim Delimiter 72 hi def link sindaoutSectionDelim Delimiter
74 HiLink sindaoutSectionTitle Exception 73 hi def link sindaoutSectionTitle Exception
75 HiLink sindaoutHeaderDelim SpecialComment 74 hi def link sindaoutHeaderDelim SpecialComment
76 HiLink sindaoutLabel Identifier 75 hi def link sindaoutLabel Identifier
77 76
78 HiLink sindaoutError Error 77 hi def link sindaoutError Error
79 78
80 delcommand HiLink
81 79
82 80
83 let b:current_syntax = "sindaout" 81 let b:current_syntax = "sindaout"
84 82
85 " vim: ts=8 sw=2 83 " vim: ts=8 sw=2