/usr/share/vim/addons/ftdetect/stap.vim is in systemtap-common 1.6-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | " Vim support file to detect file types
" Language: SystemTap
" Maintainer: Josh Stone <joshua.i.stone@intel.com>
" Last Change: 2005 Dec 16
" Note: this overrides the default *.stp mapping to "Stored Procedures"
" It would be nice to find a way to intelligently detect this.
" SystemTap scripts
au BufNewFile,BufRead *.stp set ft=stap
|