diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 10:56:09 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 10:56:09 +0200 |
commit | 63a175357a139ebbecf724b5d8229d383a08afef (patch) | |
tree | d338eeedf6ba4271c1a6d74b470815c8b1cf6424 /scripts | |
parent | 25db54573ad9d436ffff97124887c68a74b07e66 (diff) | |
download | vim-polyglot-63a175357a139ebbecf724b5d8229d383a08afef.tar.gz vim-polyglot-63a175357a139ebbecf724b5d8229d383a08afef.zip |
Remove some custom dirs config
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/build b/scripts/build index a3aeb604..a90f3e94 100755 --- a/scripts/build +++ b/scripts/build @@ -15,11 +15,8 @@ BASE_URL = 'https://raw.githubusercontent.com/github/linguist/master' DIRS = { default: %w(syntax indent compiler autoload ftplugin ctags after/syntax after/indent after/ftplugin), all: %w(syntax indent compiler autoload ftplugin after extras ctags), - basic: %w(syntax compiler indent after/syntax after/indent), syntax: %w(syntax indent after/syntax after/indent), - noafter: %w(syntax compiler indent autoload ftplugin), - javascript: %w(syntax indent compiler autoload ftplugin ctags after/syntax after/indent after/ftplugin extras), - go: %w(autoload/go/config.vim syntax compiler indent after/syntax after/indent) + noafter: %w(syntax compiler indent autoload ftplugin) } def parallel(*procs) |