summaryrefslogtreecommitdiff
path: root/runtime/syntax/master.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/master.vim')
-rw-r--r--runtime/syntax/master.vim8
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/syntax/master.vim b/runtime/syntax/master.vim
index 14440ee13..f89c5b2f1 100644
--- a/runtime/syntax/master.vim
+++ b/runtime/syntax/master.vim
@@ -26,13 +26,11 @@ syn match masterComment "\$.*"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink masterKeyword Keyword
-HiLink masterComment Comment
-HiLink masterString String
+hi def link masterKeyword Keyword
+hi def link masterComment Comment
+hi def link masterString String
-delcommand HiLink
let b:current_syntax = "master"