aboutsummaryrefslogtreecommitdiffstats
path: root/.vim/ftdetect/c.vim
blob: fbad066671aa853da089916a4ec2957b1cd26b25 (plain)
1
2
3
4
"use c rather than cpp for headers
au! BufRead,BufNewFile *.h set filetype=c
"re2c is c
au! BufRead,BufNewFile *.re set filetype=c