]> sourceware.org Git - systemtap.git/blob - vim/filetype.vim
Merge branch 'master' into dsmith/task_finder2
[systemtap.git] / vim / filetype.vim
1 " Vim support file to detect file types
2 " Language: SystemTap
3 " Maintainer: SystemTap Developers <systemtap@sourceware.org>
4 " Last Change: 2011 Aug 4
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
9 au BufNewFile,BufRead *.stp set ft=stap
10
This page took 0.034284 seconds and 5 git commands to generate.