aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-03-12 18:34:41 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-03-12 18:34:58 -0500
commitea99cbc85ad937c79603461f8de046d744aa8dc3 (patch)
tree6c7330845d282e224b8c2c926ffd72efb7e459f6 /runtime
parentd38508d88ab78415368bce350072f9f0f73c15d2 (diff)
downloadrneovim-ea99cbc85ad937c79603461f8de046d744aa8dc3.tar.gz
rneovim-ea99cbc85ad937c79603461f8de046d744aa8dc3.tar.bz2
rneovim-ea99cbc85ad937c79603461f8de046d744aa8dc3.zip
vim-patch:8.2.2591: Poke files are not recognized
Problem: Poke files are not recognized. Solution: Add a filetype entry. (Matt Ihlenfield) https://github.com/vim/vim/commit/c80f647512b001fb6952ed10d076d56c3d4b84e0
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 6a13e67ac5..4130db2534 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1330,6 +1330,9 @@ au BufNewFile,BufRead *.pml setf promela
au BufNewFile,BufRead *.proto setf proto
au BufNewFile,BufRead *.pbtxt setf pbtxt
+" Poke
+au BufNewFile,BufRead *.pk setf poke
+
" Protocols
au BufNewFile,BufRead */etc/protocols setf protocols