diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:00:08 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:00:08 +0200 |
commit | 4033ac02d0a0b4abb2f1e373529ead6eca4290ae (patch) | |
tree | 0036d2edbfa12b733d9965062e637149c257a7cf /build | |
parent | 9ab9275f66562de7d87df31ac8f2786981d770fd (diff) | |
download | vim-polyglot-4033ac02d0a0b4abb2f1e373529ead6eca4290ae.tar.gz vim-polyglot-4033ac02d0a0b4abb2f1e373529ead6eca4290ae.zip |
Add solidity support, closes #65
Diffstat (limited to 'build')
-rwxr-xr-x | build | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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..." |