mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
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:
parent
f5dc453109
commit
c75af76b71
@ -267,6 +267,7 @@ local extension = {
|
||||
crdpro = 'chordpro',
|
||||
cho = 'chordpro',
|
||||
chordpro = 'chordpro',
|
||||
ck = 'chuck',
|
||||
eni = 'cl',
|
||||
icl = 'clean',
|
||||
cljx = 'clojure',
|
||||
|
Loading…
Reference in New Issue
Block a user