summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-03-17 18:42:58 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-17 18:42:58 +0000
commit6e377eca8de4c0c0d25808beb7de7676194ebf1d (patch)
treef7a06581f018cf84f193845058de227c5e148276 /runtime
parent076de79ad832558267b3ff903c048df2f4c1a5d6 (diff)
downloadvim-git-6e377eca8de4c0c0d25808beb7de7676194ebf1d.tar.gz
patch 9.0.1412: Pony files are not recognizedv9.0.1412
Problem: Pony files are not recognized. Solution: Add a pattern for Pony files. (Amaan Qureshi, closes #12155)
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 462023365..bcd36b521 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1539,6 +1539,9 @@ au BufNewFile,BufRead *.plp setf plp
" PO and PO template (GNU gettext)
au BufNewFile,BufRead *.po,*.pot setf po
+" Pony
+au BufNewFile,BufRead *.pony setf pony
+
" Postfix main config
au BufNewFile,BufRead main.cf,main.cf.proto setf pfmain