diff --git a/syntax/typescript.vim b/syntax/typescript.vim index f273816..b1e39f3 100644 --- a/syntax/typescript.vim +++ b/syntax/typescript.vim @@ -224,7 +224,7 @@ syn region foldBraces start=/{/ skip=/\(\/\/.*\)\|\(\/.*\/\)/ end=/}/ transparen " }}} " Define the default highlighting. -if version < 508 +if version >= 508 command -nargs=+ HiLink hi link else command -nargs=+ HiLink hi def link