protobuf/SOURCES/ftdetect-proto.vim

5 lines
81 B
VimL
Raw Normal View History

2021-11-02 17:31:43 +00:00
augroup filetype
au! BufRead,BufNewFile *.proto setfiletype proto
augroup end