diff vendor/vim-syntax/typescript.vim @ 688:17cacf387f7c

Update vendor ...also update scripts to support syntax subdirectories
author nanaya <me@nanaya.pro>
date Fri, 21 Oct 2022 20:17:06 +0900
parents 2febdacae5b4
children 78469331407e
line wrap: on
line diff
--- a/vendor/vim-syntax/typescript.vim	Thu Oct 13 16:16:07 2022 +0900
+++ b/vendor/vim-syntax/typescript.vim	Fri Oct 21 20:17:06 2022 +0900
@@ -35,7 +35,7 @@
 
 """""""""""""""""""""""""""""""""""""""""""""""""""
 " Source the part common with typescriptreact.vim
-source <sfile>:h/typescriptcommon.vim
+source <sfile>:h/shared/typescriptcommon.vim
 
 
 let b:current_syntax = "typescript"