Skip to content

wsdjeg/vim-wdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-wdl

Syntax highlighting for WDL files

Installing with Pathogen

If you already have Pathogen working then skip Step 1 and go to Step 2.

Step 1: Install pathogen.vim

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()

Step 2: Install as a Pathogen bundle

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

About

Vim syntax highlighting for WDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%