summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-01-19 22:30:34 +0000
committerGitHub <noreply@github.com>2024-01-19 23:30:34 +0100
commit27a4632af675345f9d3b4f3d66a63756835df8cc (patch)
tree95e6bb3d3ed4e8daa3d420f77766538cccccb156 /runtime
parent7062be13129985fe297b9a8e59c57b8f0db61b8f (diff)
runtime(filetype): detect *.ck files as Chuck filetype (#13888)
closes #13886 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 0c2869a017..f1e1a76f21 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