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