summaryrefslogtreecommitdiff
path: root/runtime/syntax/z8a.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-31 22:22:10 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-31 22:22:10 +0200
commitf37506f60f87d52a9e8850e30067645e2b13783c (patch)
treea11d81f91e6ccb82f9ccdde6ad426ffbbaf3940f /runtime/syntax/z8a.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
downloadvim-git-f37506f60f87d52a9e8850e30067645e2b13783c.tar.gz
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/z8a.vim')
-rw-r--r--runtime/syntax/z8a.vim28
1 files changed, 13 insertions, 15 deletions
diff --git a/runtime/syntax/z8a.vim b/runtime/syntax/z8a.vim
index 054f6390e..6809eb98c 100644
--- a/runtime/syntax/z8a.vim
+++ b/runtime/syntax/z8a.vim
@@ -83,21 +83,19 @@ syn case match
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-
-HiLink z8aSection Special
-HiLink z8aLabel Label
-HiLink z8aSpecialLabel Label
-HiLink z8aComment Comment
-HiLink z8aInstruction Statement
-HiLink z8aSpecInst Statement
-HiLink z8aInclude Include
-HiLink z8aPreCondit PreCondit
-HiLink z8aPreProc PreProc
-HiLink z8aNumber Number
-HiLink z8aString String
-
-delcommand HiLink
+
+hi def link z8aSection Special
+hi def link z8aLabel Label
+hi def link z8aSpecialLabel Label
+hi def link z8aComment Comment
+hi def link z8aInstruction Statement
+hi def link z8aSpecInst Statement
+hi def link z8aInclude Include
+hi def link z8aPreCondit PreCondit
+hi def link z8aPreProc PreProc
+hi def link z8aNumber Number
+hi def link z8aString String
+
let b:current_syntax = "z8a"
" vim: ts=8