Packages icon indicating copy to clipboard operation
Packages copied to clipboard

[C#] Support the .cake file format

Open rwols opened this issue 5 years ago • 0 comments

Cake is a C# build system. The files end with the .cake extension. Its syntax is similar, but not equal to, the C# syntax. Most likely much of the C# syntax can be re-used for this.

Notably the OmniSharp language server can work with .cake files, so it would be nice to have support for these files out-of-the-box.

rwols avatar Jul 27 '20 07:07 rwols