comparison runtime/syntax/diva.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
76 syn match divaGeomFunctions "(geom\u\a\+\(45\|90\)\=\>"hs=s+1 76 syn match divaGeomFunctions "(geom\u\a\+\(45\|90\)\=\>"hs=s+1
77 syn match divaGeomFunctions "\<geom\u\a\+\(45\|90\)\=("he=e-1 77 syn match divaGeomFunctions "\<geom\u\a\+\(45\|90\)\=("he=e-1
78 78
79 " Define the default highlighting. 79 " Define the default highlighting.
80 " Only when an item doesn't have highlighting yet 80 " Only when an item doesn't have highlighting yet
81 command -nargs=+ HiLink hi def link <args>
82 81
83 HiLink divaDRCKeywords Statement 82 hi def link divaDRCKeywords Statement
84 HiLink divaMeasKeywords Statement 83 hi def link divaMeasKeywords Statement
85 HiLink divaCtrlFunctions Conditional 84 hi def link divaCtrlFunctions Conditional
86 HiLink divaExtFunctions Function 85 hi def link divaExtFunctions Function
87 HiLink divaDRCFunctions Function 86 hi def link divaDRCFunctions Function
88 HiLink divaFunctions Function 87 hi def link divaFunctions Function
89 HiLink divaLayerFunctions Function 88 hi def link divaLayerFunctions Function
90 HiLink divaChkFunctions Function 89 hi def link divaChkFunctions Function
91 HiLink divaLVSFunctions Function 90 hi def link divaLVSFunctions Function
92 HiLink divaGeomFunctions Function 91 hi def link divaGeomFunctions Function
93 92
94 delcommand HiLink
95 93
96 let b:current_syntax = "diva" 94 let b:current_syntax = "diva"
97 95
98 " vim:ts=4 96 " vim:ts=4