Mercurial > ec-dotfiles
comparison update-vendor @ 647:5bd223d5a97f
Use better typescript syntax
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 16 Sep 2020 15:35:25 +0900 |
parents | 758ced52ee62 |
children | 56ac9d97d81b |
comparison
equal
deleted
inserted
replaced
646:673c14e2a45e | 647:5bd223d5a97f |
---|---|
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/jwalton512/vim-blade/master/syntax/blade.vim | 32 _get https://raw.githubusercontent.com/jwalton512/vim-blade/master/syntax/blade.vim |
33 _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 |
34 _get https://raw.githubusercontent.com/leafgarland/typescript-vim/master/syntax/typescript.vim | |
34 _get https://raw.githubusercontent.com/slim-template/vim-slim/master/syntax/slim.vim | 35 _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 | 36 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/css.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/eruby.vim |
37 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/javascript.vim | 38 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/javascript.vim |
38 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/json.vim | 39 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/json.vim |
39 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/less.vim | 40 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/less.vim |
40 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/ruby.vim | 41 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/ruby.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/scss.vim |
42 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim | 43 |
43 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptcommon.vim | 44 # kinda shit (2020-09-16) |
44 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.vim | 45 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim |
46 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptcommon.vim | |
47 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.vim | |
45 ) | 48 ) |