summaryrefslogtreecommitdiff
path: root/runtime/syntax/pine.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/pine.vim')
-rw-r--r--runtime/syntax/pine.vim8
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/syntax/pine.vim b/runtime/syntax/pine.vim
index e41dd8700..aadf50be1 100644
--- a/runtime/syntax/pine.vim
+++ b/runtime/syntax/pine.vim
@@ -345,12 +345,10 @@ syn match pineComment "^#.*$"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink pineConfig Type
-HiLink pineComment Comment
-HiLink pineOption Macro
-delcommand HiLink
+hi def link pineConfig Type
+hi def link pineComment Comment
+hi def link pineOption Macro
let b:current_syntax = "pine"