mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Fix some errors on the website playground
This commit is contained in:
parent
37f12e39a3
commit
dd6b5825eb
2 changed files with 8 additions and 2 deletions
|
|
@ -22,7 +22,10 @@ monaco.editor.defineTheme('myCoolTheme', {
|
|||
{ token: 'custom-error', foreground: 'ff0000', fontStyle: 'bold' },
|
||||
{ token: 'custom-notice', foreground: 'FFA500' },
|
||||
{ token: 'custom-date', foreground: '008800' }
|
||||
]
|
||||
],
|
||||
colors: {
|
||||
'editor.foreground': '#000000'
|
||||
}
|
||||
});
|
||||
|
||||
// Register a completion item provider for the new language
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue