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

@@ -190,16 +190,14 @@ syn match htmlTagN contained +</\s*[-a-zA-Z0-9]\++hs=s+2 contains=htmlTagN
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
command -nargs=+ HiLink hi def link <args>
HiLink dtmlIsTag PreProc
HiLink dtmlAttribute Identifier
HiLink dtmlMethod Function
HiLink dtmlComment Comment
HiLink dtmlTODO Todo
HiLink dtmlSpecialChar Special
hi def link dtmlIsTag PreProc
hi def link dtmlAttribute Identifier
hi def link dtmlMethod Function
hi def link dtmlComment Comment
hi def link dtmlTODO Todo
hi def link dtmlSpecialChar Special
delcommand HiLink
let b:current_syntax = "dtml"