Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Commit: runtime(filetype): detect *.ck files as Chuck filetype (#13888)
6 views
Skip to first unread message
Christian Brabandt
unread,
Jan 19, 2024, 5:45:14 PM
1/19/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
runtime(filetype): detect *.ck files as Chuck filetype (#13888)
Commit:
https://github.com/vim/vim/commit/27a4632af675345f9d3b4f3d66a63756835df8cc
Author: Christian Brabandt <
c...@256bit.org
>
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 <
c...@256bit.org
>
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
Reply all
Reply to author
Forward
0 new messages