summaryrefslogtreecommitdiff
path: root/runtime/syntax/diva.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/diva.vim')
-rw-r--r--runtime/syntax/diva.vim22
1 files changed, 10 insertions, 12 deletions
diff --git a/runtime/syntax/diva.vim b/runtime/syntax/diva.vim
index 02fc46dcb..127a0b466 100644
--- a/runtime/syntax/diva.vim
+++ b/runtime/syntax/diva.vim
@@ -78,20 +78,18 @@ syn match divaGeomFunctions "\<geom\u\a\+\(45\|90\)\=("he=e-1
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink divaDRCKeywords Statement
-HiLink divaMeasKeywords Statement
-HiLink divaCtrlFunctions Conditional
-HiLink divaExtFunctions Function
-HiLink divaDRCFunctions Function
-HiLink divaFunctions Function
-HiLink divaLayerFunctions Function
-HiLink divaChkFunctions Function
-HiLink divaLVSFunctions Function
-HiLink divaGeomFunctions Function
+hi def link divaDRCKeywords Statement
+hi def link divaMeasKeywords Statement
+hi def link divaCtrlFunctions Conditional
+hi def link divaExtFunctions Function
+hi def link divaDRCFunctions Function
+hi def link divaFunctions Function
+hi def link divaLayerFunctions Function
+hi def link divaChkFunctions Function
+hi def link divaLVSFunctions Function
+hi def link divaGeomFunctions Function
-delcommand HiLink
let b:current_syntax = "diva"