comparison runtime/filetype.vim @ 22918:f83e31419f6e v8.2.2006

patch 8.2.2006: .pbtxt files are not recognized Commit: https://github.com/vim/vim/commit/88774a30c0b1957a6177cdb69d2becedae610299 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 12:12:39 2020 +0100 patch 8.2.2006: .pbtxt files are not recognized Problem: .pbtxt files are not recognized. Solution: Recognize .pbtxt as protobuf text buffers. (closes https://github.com/vim/vim/issues/7326)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 12:15:04 +0100
parents fcbded1e3602
children f39f960f3ea0
comparison
equal deleted inserted replaced
22917:0a8359e95ec9 22918:f83e31419f6e
1303 " Promela 1303 " Promela
1304 au BufNewFile,BufRead *.pml setf promela 1304 au BufNewFile,BufRead *.pml setf promela
1305 1305
1306 " Google protocol buffers 1306 " Google protocol buffers
1307 au BufNewFile,BufRead *.proto setf proto 1307 au BufNewFile,BufRead *.proto setf proto
1308 au BufNewFile,BufRead *.pbtxt setf pbtxt
1308 1309
1309 " Protocols 1310 " Protocols
1310 au BufNewFile,BufRead */etc/protocols setf protocols 1311 au BufNewFile,BufRead */etc/protocols setf protocols
1311 1312
1312 " Pyrex 1313 " Pyrex