commit c75af76b7191833696d972c6cddc48f6681c96a3
parent f5dc45310941dff6efc02d955fc0c110190e9b85
Author: Christian Clason <c.clason@uni-graz.at>
Date: Sat, 20 Jan 2024 10:35:45 +0100
vim-patch:27a4632af675
runtime(filetype): detect *.ck files as Chuck filetype (vim/vim#13888)
closes vim/vim#13886
https://github.com/vim/vim/commit/27a4632af675345f9d3b4f3d66a63756835df8cc
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
@@ -267,6 +267,7 @@ local extension = {
crdpro = 'chordpro',
cho = 'chordpro',
chordpro = 'chordpro',
+ ck = 'chuck',
eni = 'cl',
icl = 'clean',
cljx = 'clojure',