aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/typescriptreact.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-16 09:53:04 +0200
committerGitHub <noreply@github.com>2022-08-16 09:53:04 +0200
commite8caaab6bfdee32fc49321926bc71eabae5aaeaa (patch)
treef9a4d928eadb9c5a84ae3d05d1e46371fbcacd8a /runtime/syntax/typescriptreact.vim
parentda13ed43cb3593f6d50e08fc6e5f26760da63f84 (diff)
downloadrneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.tar.gz
rneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.tar.bz2
rneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.zip
vim-patch:e1f3fd1d02e3 (#19796)
Update runtime files https://github.com/vim/vim/commit/e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8
Diffstat (limited to 'runtime/syntax/typescriptreact.vim')
-rw-r--r--runtime/syntax/typescriptreact.vim2
1 files changed, 1 insertions, 1 deletions
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 <sfile>:h/typescriptcommon.vim
+source <sfile>:h/shared/typescriptcommon.vim
syntax cluster typescriptExpression add=tsxRegion,tsxFragment