Syntax highlighting for WDL files
If you already have Pathogen working then skip Step 1 and go to Step 2.
Pathogen is one of the most widely used ways to install plugins
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim
Next you need to add this to your ~/.vimrc
:
execute pathogen#infect()
You now have pathogen installed and can put the WDL syntax definitions into ~/.vim/bundle
like this:
cd ~/.vim/bundle
git clone https://github.com/broadinstitute/vim-wdl.git
Quit Vim and reload it. Open up a file that ends in .wdl