vim-patch:27a4632af675

runtime(filetype): detect *.ck files as Chuck filetype (vim/vim#13888)

closes vim/vim#13886

27a4632af6

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Clason 2024-01-20 10:35:45 +01:00
parent f5dc453109
commit c75af76b71

View File

@ -267,6 +267,7 @@ local extension = {
crdpro = 'chordpro',
cho = 'chordpro',
chordpro = 'chordpro',
ck = 'chuck',
eni = 'cl',
icl = 'clean',
cljx = 'clojure',