summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-24 10:56:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-24 10:56:09 +0200
commit63a175357a139ebbecf724b5d8229d383a08afef (patch)
treed338eeedf6ba4271c1a6d74b470815c8b1cf6424 /scripts
parent25db54573ad9d436ffff97124887c68a74b07e66 (diff)
downloadvim-polyglot-63a175357a139ebbecf724b5d8229d383a08afef.tar.gz
vim-polyglot-63a175357a139ebbecf724b5d8229d383a08afef.zip
Remove some custom dirs config
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build5
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)