mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Add support for basic languages
coffee, cucumbeer, eruby, haml, haskell, javascript, json, less, nginx, ocaml, ruby, sass, scss, slim, stylus, textile, tmux
This commit is contained in:
9
build.sh
9
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
|
||||
|
||||
Reference in New Issue
Block a user