summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-12 22:16:41 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-12 22:16:41 +0100
commitc80f647512b001fb6952ed10d076d56c3d4b84e0 (patch)
tree568d4ba163836313fbfa968753a3c8a533953b0b /runtime
parent12bce95887f7c5f07a7bdb7b4485b53d074ccc0a (diff)
downloadvim-git-c80f647512b001fb6952ed10d076d56c3d4b84e0.tar.gz
patch 8.2.2591: Poke files are not recognizedv8.2.2591
Problem: Poke files are not recognized. Solution: Add a filetype entry. (Matt Ihlenfield)
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 259e5eeb3..311e6a81e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1334,6 +1334,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