summaryrefslogtreecommitdiff
path: root/runtime/syntax/asmh8300.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/asmh8300.vim')
-rw-r--r--runtime/syntax/asmh8300.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/syntax/asmh8300.vim b/runtime/syntax/asmh8300.vim
index 5134c512e..8560fb7ae 100644
--- a/runtime/syntax/asmh8300.vim
+++ b/runtime/syntax/asmh8300.vim
@@ -54,16 +54,14 @@ runtime! syntax/asm.vim
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink asmOpcode Statement
-HiLink asmRegister Identifier
+hi def link asmOpcode Statement
+hi def link asmRegister Identifier
" My default-color overrides:
"hi asmOpcode ctermfg=yellow
"hi asmReg ctermfg=lightmagenta
-delcommand HiLink
let b:current_syntax = "asmh8300"