summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-07-18 23:00:08 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-18 23:00:08 +0200
commit4033ac02d0a0b4abb2f1e373529ead6eca4290ae (patch)
tree0036d2edbfa12b733d9965062e637149c257a7cf /build
parent9ab9275f66562de7d87df31ac8f2786981d770fd (diff)
downloadvim-polyglot-4033ac02d0a0b4abb2f1e373529ead6eca4290ae.tar.gz
vim-polyglot-4033ac02d0a0b4abb2f1e373529ead6eca4290ae.zip
Add solidity support, closes #65
Diffstat (limited to 'build')
-rwxr-xr-xbuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/build b/build
index 120a3ddd..7b1e5872 100755
--- a/build
+++ b/build
@@ -4,7 +4,7 @@ set -E
DIRS="syntax indent compiler autoload ftplugin ftdetect after/syntax after/indent after/ftplugin after/ftdetect"
DIRS_BASIC="syntax indent ftdetect after/syntax after/indent after/ftdetect"
-DIRS_JSX="after"
+DIRS_ALL="syntax indent compiler autoload ftplugin ftdetect after"
OUTPUT=""
@@ -121,7 +121,7 @@ PACKS="
julia:dcjones/julia-minimalist-vim
json:sheerun/vim-json
jst:briancollins/vim-jst
- jsx:mxw/vim-jsx:_JSX
+ jsx:mxw/vim-jsx:_ALL
latex:LaTeX-Box-Team/LaTeX-Box
less:groenewege/vim-less
liquid:tpope/vim-liquid
@@ -144,6 +144,7 @@ PACKS="
sbt:derekwyatt/vim-sbt
scala:derekwyatt/vim-scala
slim:slim-template/vim-slim
+ solidity:ethereum/vim-solidity
stylus:wavded/vim-stylus
systemd:kurayama/systemd-vim-syntax
swift:toyamarinyon/vim-swift
@@ -163,7 +164,7 @@ PACKS="
"
rm -rf tmp
-rm -rf $DIRS
+rm -rf $DIRS_ALL
mkdir tmp
printf "Downloading packs..."