aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-11-19 23:34:13 -0500
committerGitHub <noreply@github.com>2020-11-19 23:34:13 -0500
commit480b04122e93826bdfc74fbeacab2d94b089420f (patch)
treed393c07c56912ad066be833b5240a692e46640c6 /runtime
parentda4e7ed4e9a24e451294c1fe396936d8a8d1f739 (diff)
parentb0f967a06e6970df9dfa1803fd1cc72294d64dcd (diff)
downloadrneovim-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.vim1
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