Files
taskwarrior-2.x/scripts/vim/ftdetect/task.vim
Paul Beckingham 8af0953b63 Vim Syntax Files (John Florian)
- Added the files on behalf of John Florian.
2009-07-06 00:34:47 -04:00

11 lines
312 B
VimL

" Vim support file to detect task data files and single task edits
"
" Maintainer: John Florian <jflorian@doubledog.org>
" for the raw data files
au BufRead,BufNewFile {pending,completed}.data set filetype=taskdata
" for 'task 42 edit'
au BufRead,BufNewFile *.task set filetype=taskedit