summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-24 12:08:45 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-24 12:08:45 +0000
commitc2254764bcada43eea894eb5852a26d5ac5ca8b0 (patch)
tree4192fe86fb7bc7bdeb52f4e8e995966e00fa3a05 /runtime
parent3ddb1182b7b8d376e59b444f6b3e213f0dcd3417 (diff)
downloadvim-git-c2254764bcada43eea894eb5852a26d5ac5ca8b0.tar.gz
patch 9.0.1350: CPON files are not recognizedv9.0.1350
Problem: CPON files are not recognized. Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053)
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 99a90bafc..1efa46b43 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -310,6 +310,9 @@ au BufNewFile,BufRead *.cdl setf cdl
" Conary Recipe
au BufNewFile,BufRead *.recipe setf conaryrecipe
+" ChainPack Object Notation (CPON)
+au BufNewFile,BufRead *.cpon setf cpon
+
" Controllable Regex Mutilator
au BufNewFile,BufRead *.crm setf crm