diff update-vendor @ 636:8812b9230a68

Merge
author nanaya <me@nanaya.pro>
date Tue, 14 Jan 2020 11:09:50 +0900
parents ced2ee9efd9f
children 758ced52ee62
line wrap: on
line diff
--- a/update-vendor	Mon Jan 13 00:19:42 2020 +0900
+++ b/update-vendor	Tue Jan 14 11:09:50 2020 +0900
@@ -28,15 +28,17 @@
   cd "$(dirname "$0")/vendor/vim-syntax"
 
   rm -f *.vim
-  _get https://bitbucket.org/vim-mirror/vim/raw/tip/runtime/syntax/eruby.vim
-  _get https://bitbucket.org/vim-mirror/vim/raw/tip/runtime/syntax/json.vim
-  _get https://bitbucket.org/vim-mirror/vim/raw/tip/runtime/syntax/less.vim
-  _get https://bitbucket.org/vim-mirror/vim/raw/tip/runtime/syntax/ruby.vim
-  _get https://bitbucket.org/vim-mirror/vim/raw/tip/runtime/syntax/scss.vim
-  _get https://github.com/kchmck/vim-coffee-script/raw/master/syntax/coffee.vim
-  _get https://github.com/slim-template/vim-slim/raw/master/syntax/slim.vim
+  _get https://hg.nginx.org/nginx/raw-file/tip/contrib/vim/syntax/nginx.vim
   _get https://raw.githubusercontent.com/jwalton512/vim-blade/master/syntax/blade.vim
-  _get https://hg.nginx.org/nginx/raw-file/tip/contrib/vim/syntax/nginx.vim
-  _get https://raw.githubusercontent.com/jelera/vim-javascript-syntax/master/syntax/javascript.vim
-  _get https://github.com/leafgarland/typescript-vim/raw/master/syntax/typescript.vim
+  _get https://raw.githubusercontent.com/kchmck/vim-coffee-script/master/syntax/coffee.vim
+  _get https://raw.githubusercontent.com/slim-template/vim-slim/master/syntax/slim.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/css.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/eruby.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/javascript.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/json.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/less.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/ruby.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/scss.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim
+  _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.vim
 )