From 63a175357a139ebbecf724b5d8229d383a08afef Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 24 Aug 2020 10:56:09 +0200 Subject: Remove some custom dirs config --- scripts/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts/build') 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) -- cgit v1.2.3