summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorJake Stanger <mail@jstanger.dev>2023-05-28 22:11:21 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-28 22:11:21 +0100
commit05843e89601c03389a2d7978e7e16aec641a3dc4 (patch)
tree62545504947de84c90452f46fcd0f2256af2f4c9 /runtime
parent78ee62563ea940086f094150f0356e38f780c580 (diff)
patch 9.0.1587: Corn config files are not recognizedv9.0.1587
Problem: Corn config files are not recognized. Solution: Add a pattern for Corn config files. (Jake Stanger, closes #12449)
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 c0b914d3a8..4be0f18a7d 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -319,6 +319,9 @@ au BufNewFile,BufRead *.cdl setf cdl
" Conary Recipe
au BufNewFile,BufRead *.recipe setf conaryrecipe
+" Corn config file
+au BufNewFile,BufRead *.corn setf corn
+
" ChainPack Object Notation (CPON)
au BufNewFile,BufRead *.cpon setf cpon