vchahun / vim-ducttape

ducttape syntax for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ducttape syntax for vim


Languages

Language:Vim Script 100.0%