## [WDL](https://software.broadinstitute.org/wdl/) syntax for Sublime Text Editor and VS Code
This repo provides support for the [Workflow Description Language (WDL)](https://software.broadinstitute.org/wdl/) in [Sublime Text Editor](https://www.sublimetext.com/),
[Visual Studio Code](https://code.visualstudio.com/), and [GitHub Linguist](https://github.com/github/linguist).
### Installation:
#### Sublime Text:
* Install [Package Control](https://packagecontrol.io/) package manager for Sublime via [these instructions](https://packagecontrol.io/installation).
* Use Cmd+Shift+P on OSX or Ctrl+Shift+P on Linux to open Command Palette, then select `Package Control: Install Package`.
* Search for "WDL Syntax" and hit Enter.
#### Visual Studio Code:
* Go to Extensions, search for WDL Syntax Highlighter and install!