Mercurial > ec-dotfiles
comparison update-vendor @ 672:2febdacae5b4
Use base vim typescript syntax
Colorscheme seems fine now.
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 05 Apr 2022 13:54:42 +0900 |
parents | f280738a90a6 |
children | 17cacf387f7c |
comparison
equal
deleted
inserted
replaced
671:b7929dbc5bfe | 672:2febdacae5b4 |
---|---|
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 | |
35 _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 |
36 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/css.vim | 35 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/css.vim |
37 _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 |
38 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/javascript.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 |
43 | 42 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim |
44 # kinda shit (2020-09-16) | 43 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptcommon.vim |
45 # _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescript.vim | 44 _get https://raw.githubusercontent.com/vim/vim/master/runtime/syntax/typescriptreact.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 | |
48 ) | 45 ) |
49 | 46 |
50 ( | 47 ( |
51 cd "$(dirname "$0")/vendor/vim-colors" | 48 cd "$(dirname "$0")/vendor/vim-colors" |
52 | 49 |