summaryrefslogtreecommitdiff
path: root/runtime/syntax/pfmain.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/pfmain.vim')
-rw-r--r--runtime/syntax/pfmain.vim30
1 files changed, 14 insertions, 16 deletions
diff --git a/runtime/syntax/pfmain.vim b/runtime/syntax/pfmain.vim
index 794aa5dc2..af58da70e 100644
--- a/runtime/syntax/pfmain.vim
+++ b/runtime/syntax/pfmain.vim
@@ -1811,26 +1811,24 @@ syntax match pfmainSpecial "\<smtpd\>"
syntax match pfmainSpecial "\<trace\>"
syntax match pfmainSpecial "\<verify\>"
-command -nargs=+ HiLink hi def link <args>
-HiLink pfmainConf Statement
-HiLink pfmainRef PreProc
-HiLink pfmainWord identifier
+hi def link pfmainConf Statement
+hi def link pfmainRef PreProc
+hi def link pfmainWord identifier
-HiLink pfmainDict Type
-HiLink pfmainQueueDir Constant
-HiLink pfmainTransport Constant
-HiLink pfmainLock Constant
-HiLink pfmainAnswer Constant
+hi def link pfmainDict Type
+hi def link pfmainQueueDir Constant
+hi def link pfmainTransport Constant
+hi def link pfmainLock Constant
+hi def link pfmainAnswer Constant
-HiLink pfmainComment Comment
-HiLink pfmainNumber Number
-HiLink pfmainTime Number
-HiLink pfmainIP Number
-HiLink pfmainVariable Error
-HiLink pfmainSpecial Special
+hi def link pfmainComment Comment
+hi def link pfmainNumber Number
+hi def link pfmainTime Number
+hi def link pfmainIP Number
+hi def link pfmainVariable Error
+hi def link pfmainSpecial Special
-delcommand HiLink
let b:current_syntax = "pfmain"