From e8caaab6bfdee32fc49321926bc71eabae5aaeaa Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 16 Aug 2022 09:53:04 +0200 Subject: vim-patch:e1f3fd1d02e3 (#19796) Update runtime files https://github.com/vim/vim/commit/e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8 --- runtime/syntax/typescriptreact.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/typescriptreact.vim') diff --git a/runtime/syntax/typescriptreact.vim b/runtime/syntax/typescriptreact.vim index f29fe785b9..c4c2d45745 100644 --- a/runtime/syntax/typescriptreact.vim +++ b/runtime/syntax/typescriptreact.vim @@ -133,7 +133,7 @@ syntax region tsxEscJs """"""""""""""""""""""""""""""""""""""""""""""""""" " Source the part common with typescriptreact.vim -source :h/typescriptcommon.vim +source :h/shared/typescriptcommon.vim syntax cluster typescriptExpression add=tsxRegion,tsxFragment -- cgit