1
0
Fork 0
mirror of synced 2024-07-02 05:21:09 -04:00
ultimate-vim/sources_non_forked/vim-drake-syntax/README.md
2017-11-11 12:36:22 -08:00

22 lines
666 B
Markdown

# vim-drake-syntax
Basic Vim syntax for [drake](https://github.com/Factual/drake).
## Installing
Firstly, set up [pathogen](https://github.com/tpope/vim-pathogen) for Vim.
Then check out this project inside `~/.vim/bundle`:
```bash
mkdir -p ~/.vim/bundle
cd ~/.vim/bundle
git clone https://bitbucket.org/larsyencken/vim-drake-syntax.git
```
Syntax highlighting will then work when you open a Drakefile (or `workflow.d` file).
## Issues
If you find a problem with the syntax highlighting, please come up with a code snippet showing the problem and [file an issue](https://bitbucket.org/larsyencken/vim-drake-syntax/issues/new). Patches are also most welcome.