Mercurial > ec-dotfiles
comparison update-vendor @ 634:ced2ee9efd9f
Update various syntaxes to the ones in vim repo
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Tue, 17 Dec 2019 20:21:23 +0900 |
| parents | c950f0ef2268 |
| children | 758ced52ee62 |
comparison
equal
deleted
inserted
replaced
| 633:f382ac2f585e | 634:ced2ee9efd9f |
|---|---|
| 27 ( | 27 ( |
| 28 cd "$(dirname "$0")/vendor/vim-syntax" | 28 cd "$(dirname "$0")/vendor/vim-syntax" |
| 29 | 29 |
| 30 rm -f *.vim | 30 rm -f *.vim |
| 31 _get https://hg.nginx.org/nginx/raw-file/tip/contrib/vim/syntax/nginx.vim | 31 _get https://hg.nginx.org/nginx/raw-file/tip/contrib/vim/syntax/nginx.vim |
| 32 _get https://raw.githubusercontent.com/jelera/vim-javascript-syntax/master/syntax/javascript.vim | |
| 33 _get https://raw.githubusercontent.com/jwalton512/vim-blade/master/syntax/blade.vim | 32 _get https://raw.githubusercontent.com/jwalton512/vim-blade/master/syntax/blade.vim |
| 34 _get https://raw.githubusercontent.com/kchmck/vim-coffee-script/master/syntax/coffee.vim | 33 _get https://raw.githubusercontent.com/kchmck/vim-coffee-script/master/syntax/coffee.vim |
| 35 _get https://raw.githubusercontent.com/leafgarland/typescript-vim/master/syntax/typescript.vim | |
| 36 _get https://raw.githubusercontent.com/peitalin/vim-jsx-typescript/master/after/syntax/tsx.vim | |
| 37 _get https://raw.githubusercontent.com/slim-template/vim-slim/master/syntax/slim.vim | 34 _get https://raw.githubusercontent.com/slim-template/vim-slim/master/syntax/slim.vim |
| 35 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/css.vim | |
| 38 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/eruby.vim | 36 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/eruby.vim |
| 37 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/javascript.vim | |
| 39 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/json.vim | 38 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/json.vim |
| 40 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/less.vim | 39 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/less.vim |
| 41 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/ruby.vim | 40 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/ruby.vim |
| 42 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/scss.vim | 41 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/scss.vim |
| 42 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim | |
| 43 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.vim | |
| 43 ) | 44 ) |
