You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
332 B
VimL

" Vim filetype detection file
" Language: Taskpaper (http://hogbaysoftware.com/projects/taskpaper)
" Maintainer: David O'Callaghan <david.ocallaghan@cs.tcd.ie>
" URL: https://github.com/davidoc/taskpaper.vim
" Last Change: 2011-03-28
"
augroup taskpaper
au! BufRead,BufNewFile *.taskpaper setfiletype taskpaper
augroup END