raven-rhel8/protobuf25/ftdetect-proto.vim

5 lines
81 B
VimL
Raw Normal View History

2024-02-21 18:01:18 +06:00
augroup filetype
au! BufRead,BufNewFile *.proto setfiletype proto
augroup end