Mercurial > vim
diff runtime/filetype.vim @ 28393:860c2c6bcdfd v8.2.4721
patch 8.2.4721: cooklang files are not recognized
Commit: https://github.com/vim/vim/commit/36951ed1dab2b2e816dc8959c72b5732f36d9e3b
Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>
Date: Sat Apr 9 16:08:08 2022 +0100
patch 8.2.4721: cooklang files are not recognized
Problem: Cooklang files are not recognized.
Solution: recognize *.cook files. (Goc Dundar, closes https://github.com/vim/vim/issues/10120)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 09 Apr 2022 17:15:03 +0200 |
parents | cc4d3ded4004 |
children | e11641c05602 |
line wrap: on
line diff
--- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -394,6 +394,9 @@ au BufNewFile,BufRead *.cfm,*.cfi,*.cfc " 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