commit | 27a4632af675345f9d3b4f3d66a63756835df8cc | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Jan 19 22:30:34 2024 +0000 |
committer | GitHub <noreply@github.com> | Fri Jan 19 23:30:34 2024 +0100 |
tree | 95e6bb3d3ed4e8daa3d420f77766538cccccb156 | |
parent | 7062be13129985fe297b9a8e59c57b8f0db61b8f [diff] |
runtime(filetype): detect *.ck files as Chuck filetype (#13888) closes #13886 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 0c2869a..f1e1a76 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim
@@ -317,6 +317,9 @@ " Chatito au BufNewFile,BufRead *.chatito setf chatito +" Chuck +au BufNewFile,BufRead *.ck setf chuck + " Comshare Dimension Definition Language au BufNewFile,BufRead *.cdl setf cdl