File Manager

Path: /proc/self/root/usr/share/vim/vimfiles/ftdetect/

Viewing File: stp.vim

augroup filetype
  au BufNewFile,BufRead *.stp	set filetype=stp
  au BufNewFile,BufRead *.stpm	set filetype=stp
augroup end