summaryrefslogtreecommitdiff
path: root/runtime/syntax/takcmp.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/takcmp.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
downloadvim-git-f37506f60f87d52a9e8850e30067645e2b13783c.tar.gz
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/takcmp.vim')
-rw-r--r--runtime/syntax/takcmp.vim18
1 files changed, 8 insertions, 10 deletions
diff --git a/runtime/syntax/takcmp.vim b/runtime/syntax/takcmp.vim
index 6faddc264..9426e0222 100644
--- a/runtime/syntax/takcmp.vim
+++ b/runtime/syntax/takcmp.vim
@@ -49,21 +49,19 @@ syn case ignore
" Define the default highlighting
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink takcmpTitle Type
-HiLink takcmpUnit PreProc
+hi def link takcmpTitle Type
+hi def link takcmpUnit PreProc
-HiLink takcmpLabel Statement
+hi def link takcmpLabel Statement
-HiLink takcmpHeader takHeader
+hi def link takcmpHeader takHeader
-HiLink takcmpDate Identifier
-HiLink takcmpTime Identifier
-HiLink takcmpInteger Number
-HiLink takcmpFloat Special
+hi def link takcmpDate Identifier
+hi def link takcmpTime Identifier
+hi def link takcmpInteger Number
+hi def link takcmpFloat Special
-delcommand HiLink
let b:current_syntax = "takcmp"