]> sourceware.org Git - systemtap.git/blame - vim/filetype.vim
* clarify utility of epilogue-type probe aliases in documentation
[systemtap.git] / vim / filetype.vim
CommitLineData
0dd17aef
JS
1" Vim support file to detect file types
2" Language: SystemTap
3" Maintainer: Josh Stone <joshua.i.stone@intel.com>
4" Last Change: 2005 Dec 16
5" Note: this overrides the default *.stp mapping to "Stored Procedures"
6" It would be nice to find a way to intelligently detect this.
7
8" SystemTap scripts
9au BufNewFile,BufRead *.stp setf stap
10
This page took 0.037949 seconds and 5 git commands to generate.