5 lines
81 B
VimL
5 lines
81 B
VimL
|
augroup filetype
|
||
|
au! BufRead,BufNewFile *.proto setfiletype proto
|
||
|
augroup end
|
||
|
|