vim/ftdetect/ktap.vim - ktap

  1. augroup filetype
  2.   au BufNewFile,BufRead *.kp   set filetype=ktap
  3. augroup end