Use C# highlighting for Cake scripts

pull/2748/head
Pascal Berger 6 years ago committed by GitHub
parent 00ea4e300e
commit 0a2434505e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'))
});

Loading…
Cancel
Save