summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-12 16:17:03 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-12 16:17:03 +0200
commit01fe1500df97577452f755b526c09d8ed0c802ea (patch)
tree9e2e038630cc9e82abcd17da6dd3407a9b3bc62a /build.sh
parentdce12af91b404835938e95de9e6d839d52487ed5 (diff)
downloadvim-polyglot-01fe1500df97577452f755b526c09d8ed0c802ea.tar.gz
vim-polyglot-01fe1500df97577452f755b526c09d8ed0c802ea.zip
Add support for basic languages
coffee, cucumbeer, eruby, haml, haskell, javascript, json, less, nginx, ocaml, ruby, sass, scss, slim, stylus, textile, tmux
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ca03a028..31804c10 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@
set -E
DIRS="
- syntax indent ftplugin ftdetect autoload compiler doc
+ syntax indent ftplugin ftdetect autoload compiler
after/syntax after/indent
"
@@ -44,3 +44,10 @@ syntax 'acustodioo/vim-tmux' &
syntax 'groenewege/vim-less' &
syntax 'wavded/vim-stylus' &
syntax 'tpope/vim-cucumber' &
+syntax 'jrk/vim-ocaml' &
+syntax 'wlangstroth/vim-haskell' &
+syntax 'slim-template/vim-slim' &
+
+wait
+
+rm -rf tmp