summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-26 14:04:56 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-26 14:04:56 +0200
commitb9ce3df4cd3a93a3ff309301771afbbe92984492 (patch)
tree3dd2228b73ea70ff6e121afed90aeae1bbae2557 /build
parentf028cfae59d793753829ad54a1a4842440e36d64 (diff)
downloadvim-polyglot-b9ce3df4cd3a93a3ff309301771afbbe92984492.tar.gz
vim-polyglot-b9ce3df4cd3a93a3ff309301771afbbe92984492.zip
Add extras directory of vim-javascript, fixes #144
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 5ee73ebe..55942220 100755
--- a/build
+++ b/build
@@ -6,6 +6,7 @@ DIRS="syntax indent compiler autoload ftplugin ftdetect after/syntax after/inden
DIRS_BASIC="syntax compiler indent ftdetect after/syntax after/indent after/ftdetect"
DIRS_ALL="syntax indent compiler autoload ftplugin ftdetect after"
DIRS_SYNTAX="syntax ftdetect after/syntax after/ftdetect"
+DIRS_JAVASCRIPT="${DIRS} extras"
OUTPUT=""
@@ -129,7 +130,7 @@ PACKS="
haxe:yaymukund/vim-haxe
html5:othree/html5.vim
jasmine:glanotte/vim-jasmine
- javascript:pangloss/vim-javascript
+ javascript:pangloss/vim-javascript:_JAVASCRIPT
json:elzr/vim-json
jst:briancollins/vim-jst
jsx:mxw/vim-jsx:_ALL