From 5c8e3e82c3f61f27d939fda525a57d542f5140d5 Mon Sep 17 00:00:00 2001 From: Derek P Sifford Date: Tue, 8 May 2018 23:26:40 -0400 Subject: [PATCH] fix runtime call in last commit --- after/syntax/typescriptreact.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/syntax/typescriptreact.vim b/after/syntax/typescriptreact.vim index efc2e48..f83addf 100644 --- a/after/syntax/typescriptreact.vim +++ b/after/syntax/typescriptreact.vim @@ -2,7 +2,7 @@ if ! exists('b:current_syntax') || b:current_syntax !=# 'typescriptreact' finish endif -runtime syntax/typescript.vim +runtime! syntax/typescript.vim hi! link jsxTag Keyword hi! link jsxCloseTag jsxTag