0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -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

@@ -121,21 +121,19 @@ syn sync minlines=3
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink squidTodo Todo
HiLink squidComment Comment
HiLink squidTag Special
HiLink squidConf Keyword
HiLink squidOpt Constant
HiLink squidAction String
HiLink squidNumber Number
HiLink squidIP Number
HiLink squidAcl Keyword
HiLink squidStr String
HiLink squidRegexOpt Special
hi def link squidTodo Todo
hi def link squidComment Comment
hi def link squidTag Special
hi def link squidConf Keyword
hi def link squidOpt Constant
hi def link squidAction String
hi def link squidNumber Number
hi def link squidIP Number
hi def link squidAcl Keyword
hi def link squidStr String
hi def link squidRegexOpt Special
delcommand HiLink
let b:current_syntax = "squid"