protobuf/ftdetect-proto.vim

5 lines
81 B
VimL

augroup filetype
au! BufRead,BufNewFile *.proto setfiletype proto
augroup end