vim-patch:f37506f60f87

Updated runtime files.  Remove HiLink commands.

f37506f60f
This commit is contained in:
Justin M. Keyes
2017-04-28 21:14:34 +02:00
parent a53409b564
commit 86b596dc7a
338 changed files with 16903 additions and 19922 deletions

View File

@@ -61,22 +61,20 @@ syn match HBComment "^#.*$"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink HBhtmlString String
HiLink HBhtmlTagN Function
HiLink htmlSpecialChar String
hi def link HBhtmlString String
hi def link HBhtmlTagN Function
hi def link htmlSpecialChar String
HiLink HBInvalidLine Error
HiLink HBFoobar Comment
hi def link HBInvalidLine Error
hi def link HBFoobar Comment
hi HBFileName guibg=lightgray guifg=black
HiLink HBDirectiveError Error
HiLink HBDirectiveBlockEnd HBDirectiveKeyword
hi def link HBDirectiveError Error
hi def link HBDirectiveBlockEnd HBDirectiveKeyword
hi HBDirectiveKeyword guibg=lightgray guifg=darkgreen
HiLink HBComment Comment
HiLink HBhtmlTagSk Statement
hi def link HBComment Comment
hi def link HBhtmlTagSk Statement
delcommand HiLink
syn sync match Normal grouphere NONE "^:\s*$"
syn sync match Normal grouphere NONE "^:\s*lib\s\+[^ \t]\+$"