summaryrefslogtreecommitdiff
path: root/runtime/syntax/sgmllnx.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/sgmllnx.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
downloadvim-git-f37506f60f87d52a9e8850e30067645e2b13783c.tar.gz
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/sgmllnx.vim')
-rw-r--r--runtime/syntax/sgmllnx.vim30
1 files changed, 14 insertions, 16 deletions
diff --git a/runtime/syntax/sgmllnx.vim b/runtime/syntax/sgmllnx.vim
index 7fd633d40..ccd78f494 100644
--- a/runtime/syntax/sgmllnx.vim
+++ b/runtime/syntax/sgmllnx.vim
@@ -34,22 +34,20 @@ syn region sgmllnxDocType start=+<!doctype+ end=+>+
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-
-HiLink sgmllnxTag2 Function
-HiLink sgmllnxTagN2 Function
-HiLink sgmllnxTag Special
-HiLink sgmllnxEndTag Special
-HiLink sgmllnxParen Special
-HiLink sgmllnxEntity Type
-HiLink sgmllnxDocEnt Type
-HiLink sgmllnxTagName Statement
-HiLink sgmllnxComment Comment
-HiLink sgmllnxSpecial Special
-HiLink sgmllnxDocType PreProc
-HiLink sgmllnxTagError Error
-
-delcommand HiLink
+
+hi def link sgmllnxTag2 Function
+hi def link sgmllnxTagN2 Function
+hi def link sgmllnxTag Special
+hi def link sgmllnxEndTag Special
+hi def link sgmllnxParen Special
+hi def link sgmllnxEntity Type
+hi def link sgmllnxDocEnt Type
+hi def link sgmllnxTagName Statement
+hi def link sgmllnxComment Comment
+hi def link sgmllnxSpecial Special
+hi def link sgmllnxDocType PreProc
+hi def link sgmllnxTagError Error
+
let b:current_syntax = "sgmllnx"