0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Updated runtime files. Remove HiLink commands.

This commit is contained in:
Bram Moolenaar
2016-08-31 22:22:10 +02:00
parent c628fdcd46
commit f37506f60f
345 changed files with 8746 additions and 9223 deletions

View File

@@ -46,20 +46,18 @@ syn region htmlTag start=+<[^/%]+ end=+>+ contains=htmlTagN,htmlString,htmlArg,h
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
" java.vim has redefined htmlComment highlighting
HiLink htmlComment Comment
HiLink htmlCommentPart Comment
hi def link htmlComment Comment
hi def link htmlCommentPart Comment
" Be consistent with html highlight settings
HiLink jspComment htmlComment
HiLink jspTag htmlTag
HiLink jspDirective jspTag
HiLink jspDirName htmlTagName
HiLink jspDirArg htmlArg
HiLink jspCommand jspTag
HiLink jspCommandName htmlTagName
HiLink jspCommandArg htmlArg
delcommand HiLink
hi def link jspComment htmlComment
hi def link jspTag htmlTag
hi def link jspDirective jspTag
hi def link jspDirName htmlTagName
hi def link jspDirArg htmlArg
hi def link jspCommand jspTag
hi def link jspCommandName htmlTagName
hi def link jspCommandArg htmlArg
if main_syntax == 'jsp'
unlet main_syntax