vimrc/sources_non_forked/vim-drake-syntax
Santanu Bhowmick cbecbb8e7a Add Drake Support; Add Apprentice Plugin 2017-11-11 12:36:22 -08:00
..
ftdetect Add Drake Support; Add Apprentice Plugin 2017-11-11 12:36:22 -08:00
syntax Add Drake Support; Add Apprentice Plugin 2017-11-11 12:36:22 -08:00
.gitignore Add Drake Support; Add Apprentice Plugin 2017-11-11 12:36:22 -08:00
README.md Add Drake Support; Add Apprentice Plugin 2017-11-11 12:36:22 -08:00

README.md

vim-drake-syntax

Basic Vim syntax for drake.

Installing

Firstly, set up pathogen for Vim.

Then check out this project inside ~/.vim/bundle:

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. Patches are also most welcome.