Release coccinelle-0.1.6
[bpt/coccinelle.git] / editors / vim / ftdetect / cocci.vim
CommitLineData
0708f913
C
1" Vim filetype detection file
2" Language: Cocci (SmPL)
3" Author: Alexander Færøy <ahf@0x90.dk>
4" Copyright: Copyright (c) 2009 Alexander Færøy
5" License: You may redistribute this under the same terms as Vim itself.
6
7if &compatible || v:version < 603
8 finish
9endif
10
11au BufNewFile,BufRead *.cocci set filetype=cocci
12
13" vim: set et ts=4 :