mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
runtime(filetype): detect *.ck files as Chuck filetype (#13888)
closes #13886 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
7062be1312
commit
27a4632af6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user