Release coccinelle-0.2.1-rc1
[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>
ae4735db 4" Copyright: Copyright (c) 2009-2010 Alexander Færøy
0708f913
C
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 :