1
0
Fork 0
mirror of synced 2024-06-28 03:31:09 -04:00
ultimate-vim/sources_non_forked/vim-drake-syntax
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

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.