diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-19 23:34:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 23:34:13 -0500 |
commit | 480b04122e93826bdfc74fbeacab2d94b089420f (patch) | |
tree | d393c07c56912ad066be833b5240a692e46640c6 /runtime | |
parent | da4e7ed4e9a24e451294c1fe396936d8a8d1f739 (diff) | |
parent | b0f967a06e6970df9dfa1803fd1cc72294d64dcd (diff) | |
download | rneovim-480b04122e93826bdfc74fbeacab2d94b089420f.tar.gz rneovim-480b04122e93826bdfc74fbeacab2d94b089420f.tar.bz2 rneovim-480b04122e93826bdfc74fbeacab2d94b089420f.zip |
Merge pull request #13321 from seandewar/vim-8.2.2011
vim-patch:8.2.{2006,2011}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/filetype.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 8eb26046da..4e617052a9 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1301,6 +1301,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 |