mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Merge pull request #53 from pascalberger/patch-1
Use C# highlighting for Cake scripts
This commit is contained in:
commit
f4280b21d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue