0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(filetype): detect *.ck files as Chuck filetype (#13888)

closes #13886

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-01-19 22:30:34 +00:00 committed by GitHub
parent 7062be1312
commit 27a4632af6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -317,6 +317,9 @@ au BufRead,BufNewFile *.chai setf chaiscript
" Chatito
au BufNewFile,BufRead *.chatito setf chatito
" Chuck
au BufNewFile,BufRead *.ck setf chuck
" Comshare Dimension Definition Language
au BufNewFile,BufRead *.cdl setf cdl