mirror of
https://github.com/zoriya/vim.git
synced 2025-12-06 07:16:15 +00:00
filetype: cake filetype is not recognized
Problem: filetype: cake filetype is not recognized Solution: detect cake files as cs
This commit is contained in:
@@ -342,7 +342,7 @@ au BufNewFile,BufRead *.capnp setf capnp
|
||||
au BufNewFile,BufRead cgdbrc setf cgdbrc
|
||||
|
||||
" C#
|
||||
au BufNewFile,BufRead *.cs,*.csx setf cs
|
||||
au BufNewFile,BufRead *.cs,*.csx,*.cake setf cs
|
||||
|
||||
" CSDL
|
||||
au BufNewFile,BufRead *.csdl setf csdl
|
||||
|
||||
Reference in New Issue
Block a user