runtime(filetype): detect *.ck files as Chuck filetype (#13888)
Commit:
https://github.com/vim/vim/commit/27a4632af675345f9d3b4f3d66a63756835df8cc
Author: Christian Brabandt <[email protected]>
Date: Fri Jan 19 22:30:34 2024 +0000
runtime(filetype): detect *.ck files as Chuck filetype
(https://github.com/vim/vim/issues/13888)
closes https://github.com/vim/vim/issues/13886
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 0c2869a01..f1e1a76f2 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1rQxbp-003804-O0%40256bit.org.