Problem: filetype: cake files are not recognized
Solution: detect '*.cake' files as cs filetype
(Zoe Roux)
References:
https://cakebuild.net/
closes: #16367
Signed-off-by: Zoe Roux <zoe.roux@zoriya.dev>
Signed-off-by: Christian Brabandt <cb@256bit.org>
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
crm: ['file.crm'],
crontab: ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'],
crystal: ['file.cr'],
- cs: ['file.cs', 'file.csx'],
+ cs: ['file.cs', 'file.csx', 'file.cake'],
csc: ['file.csc'],
csdl: ['file.csdl'],
csp: ['file.csp', 'file.fdr'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 987,
/**/
986,
/**/