/vim-ducttape

ducttape syntax for vim

Primary LanguageVim Script

vim-ducttape

vim syntax support for ducttape workflow files

Installation

  • 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