summaryrefslogtreecommitdiff
path: root/runtime/syntax/ahdl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/ahdl.vim')
-rw-r--r--runtime/syntax/ahdl.vim22
1 files changed, 10 insertions, 12 deletions
diff --git a/runtime/syntax/ahdl.vim b/runtime/syntax/ahdl.vim
index 82f3918de..664bd3837 100644
--- a/runtime/syntax/ahdl.vim
+++ b/runtime/syntax/ahdl.vim
@@ -64,20 +64,18 @@ syn sync minlines=1
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
" The default highlighting.
-HiLink ahdlNumber ahdlString
-HiLink ahdlMegafunction ahdlIdentifier
-HiLink ahdlSpecialChar SpecialChar
-HiLink ahdlKeyword Statement
-HiLink ahdlString String
-HiLink ahdlComment Comment
-HiLink ahdlIdentifier Identifier
-HiLink ahdlOperator Operator
-HiLink ahdlTodo Todo
-
-delcommand HiLink
+hi def link ahdlNumber ahdlString
+hi def link ahdlMegafunction ahdlIdentifier
+hi def link ahdlSpecialChar SpecialChar
+hi def link ahdlKeyword Statement
+hi def link ahdlString String
+hi def link ahdlComment Comment
+hi def link ahdlIdentifier Identifier
+hi def link ahdlOperator Operator
+hi def link ahdlTodo Todo
+
let b:current_syntax = "ahdl"
" vim:ts=8