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

9 lines
332 B

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