Fix some errors on the website playground

This commit is contained in:
Chen 2021-11-18 15:03:18 +08:00
parent 37f12e39a3
commit dd6b5825eb
2 changed files with 8 additions and 2 deletions

View file

@ -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