raven-rhel8/base/protobuf25/ftdetect-proto.vim
2024-04-26 09:59:30 +06:00

5 lines
81 B
VimL

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