comparison runtime/syntax/psf.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
70 syn match psfComment "#.*$" 70 syn match psfComment "#.*$"
71 71
72 72
73 " Define the default highlighting. 73 " Define the default highlighting.
74 " Only when an item doesn't have highlighting yet 74 " Only when an item doesn't have highlighting yet
75 command -nargs=+ HiLink hi def link <args>
76 75
77 HiLink psfObject Statement 76 hi def link psfObject Statement
78 HiLink psfAttrib Type 77 hi def link psfAttrib Type
79 HiLink psfQuotString String 78 hi def link psfQuotString String
80 HiLink psfObjTag Identifier 79 hi def link psfObjTag Identifier
81 HiLink psfAttAbbrev PreProc 80 hi def link psfAttAbbrev PreProc
82 HiLink psfObjTags Identifier 81 hi def link psfObjTags Identifier
83 82
84 HiLink psfComment Comment 83 hi def link psfComment Comment
85 84
86 delcommand HiLink
87 85
88 " Long descriptions and copyrights confuse the syntax highlighting, so 86 " Long descriptions and copyrights confuse the syntax highlighting, so
89 " force vim to backup at least 100 lines before the top visible line 87 " force vim to backup at least 100 lines before the top visible line
90 " looking for a sync location. 88 " looking for a sync location.
91 syn sync lines=100 89 syn sync lines=100