comparison runtime/filetype.vim @ 32037:1171d97f415d v9.0.1350

patch 9.0.1350: CPON files are not recognized Commit: https://github.com/vim/vim/commit/c2254764bcada43eea894eb5852a26d5ac5ca8b0 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Fri Feb 24 12:08:45 2023 +0000 patch 9.0.1350: CPON files are not recognized Problem: CPON files are not recognized. Solution: Add patterns for CPON files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12053)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Feb 2023 13:15:04 +0100
parents 5bf9832d3e00
children f08ee1b65dbf
comparison
equal deleted inserted replaced
32036:d4f3ac9bfb83 32037:1171d97f415d
307 " Comshare Dimension Definition Language 307 " Comshare Dimension Definition Language
308 au BufNewFile,BufRead *.cdl setf cdl 308 au BufNewFile,BufRead *.cdl setf cdl
309 309
310 " Conary Recipe 310 " Conary Recipe
311 au BufNewFile,BufRead *.recipe setf conaryrecipe 311 au BufNewFile,BufRead *.recipe setf conaryrecipe
312
313 " ChainPack Object Notation (CPON)
314 au BufNewFile,BufRead *.cpon setf cpon
312 315
313 " Controllable Regex Mutilator 316 " Controllable Regex Mutilator
314 au BufNewFile,BufRead *.crm setf crm 317 au BufNewFile,BufRead *.crm setf crm
315 318
316 " Cyn++ 319 " Cyn++