1
0
forked from aniani/vim

patch 8.2.4721: cooklang files are not recognized

Problem:    Cooklang files are not recognized.
Solution:   recognize *.cook files. (Goc Dundar, closes #10120)
This commit is contained in:
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-04-09 16:08:08 +01:00
committed by Bram Moolenaar
parent b09c320039
commit 36951ed1da
3 changed files with 6 additions and 0 deletions

View File

@@ -394,6 +394,9 @@ au BufNewFile,BufRead *.cfm,*.cfi,*.cfc setf cf
" Configure scripts
au BufNewFile,BufRead configure.in,configure.ac setf config
" Cooklang
au BufNewFile,BufRead *.cook setf cook
" CUDA Compute Unified Device Architecture
au BufNewFile,BufRead *.cu,*.cuh setf cuda