Explorar o código

Merge pull request #53 from pascalberger/patch-1

Use C# highlighting for Cake scripts
Alexandru Dima %!s(int64=6) %!d(string=hai) anos
pai
achega
f4280b21d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/csharp/csharp.contribution.ts

+ 1 - 1
src/csharp/csharp.contribution.ts

@@ -11,7 +11,7 @@ const _monaco: typeof monaco = (typeof monaco === 'undefined' ? (<any>self).mona
 
 registerLanguage({
 	id: 'csharp',
-	extensions: ['.cs', '.csx'],
+	extensions: ['.cs', '.csx', '.cake'],
 	aliases: ['C#', 'csharp'],
 	loader: () => _monaco.Promise.wrap(import('./csharp'))
 });