1
0
forked from aniani/vim

patch 8.2.2006: .pbtxt files are not recognized

Problem:    .pbtxt files are not recognized.
Solution:   Recognize .pbtxt as protobuf text buffers. (closes #7326)
This commit is contained in:
Bram Moolenaar
2020-11-18 12:12:39 +01:00
parent c77534c303
commit 88774a30c0
3 changed files with 4 additions and 0 deletions

View File

@@ -1305,6 +1305,7 @@ au BufNewFile,BufRead *.pml setf promela
" Google protocol buffers
au BufNewFile,BufRead *.proto setf proto
au BufNewFile,BufRead *.pbtxt setf pbtxt
" Protocols
au BufNewFile,BufRead */etc/protocols setf protocols