summaryrefslogtreecommitdiff
path: root/runtime/syntax/pilrc.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/pilrc.vim
parentc628fdcd46e93c308f742efdf54248695960e290 (diff)
downloadvim-git-f37506f60f87d52a9e8850e30067645e2b13783c.tar.gz
Updated runtime files. Remove HiLink commands.
Diffstat (limited to 'runtime/syntax/pilrc.vim')
-rw-r--r--runtime/syntax/pilrc.vim28
1 files changed, 13 insertions, 15 deletions
diff --git a/runtime/syntax/pilrc.vim b/runtime/syntax/pilrc.vim
index c1d3288b0..f0e5f9bbc 100644
--- a/runtime/syntax/pilrc.vim
+++ b/runtime/syntax/pilrc.vim
@@ -117,22 +117,20 @@ syn region pilrcInclude start="public class" end="}"
syn sync ccomment pilrcComment
-command -nargs=+ HiLink hi def link <args>
" The default methods for highlighting
-HiLink pilrcKeyword Statement
-HiLink pilrcType Type
-HiLink pilrcError Error
-HiLink pilrcCountry SpecialChar
-HiLink pilrcLanguage SpecialChar
-HiLink pilrcString SpecialChar
-HiLink pilrcNumber Number
-HiLink pilrcComment Comment
-HiLink pilrcConstant Constant
-HiLink pilrcFunction Function
-HiLink pilrcInclude SpecialChar
-HiLink pilrcIdentifier Number
-
-delcommand HiLink
+hi def link pilrcKeyword Statement
+hi def link pilrcType Type
+hi def link pilrcError Error
+hi def link pilrcCountry SpecialChar
+hi def link pilrcLanguage SpecialChar
+hi def link pilrcString SpecialChar
+hi def link pilrcNumber Number
+hi def link pilrcComment Comment
+hi def link pilrcConstant Constant
+hi def link pilrcFunction Function
+hi def link pilrcInclude SpecialChar
+hi def link pilrcIdentifier Number
+
let b:current_syntax = "pilrc"