.. | ||
ftdetect | ||
syntax | ||
.gitignore | ||
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.