vim syntax support for ducttape workflow files
- Install vundle
- Add these lines to your vimrc:
" disable filetype detection
filetype off
" define ducttape file type
Bundle 'vchahun/vim-ducttape'
syntax on
" re-enable filetype detection
filetype plugin indent on
- Run the
:BundleInstall
command