Update sample.js

This commit is contained in:
Pranom Vignesh 2021-11-12 09:35:06 +05:30 committed by GitHub
parent c8d3fc1fd0
commit 88fd0a6e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,7 @@ monaco.languages.registerDocumentSemanticTokensProvider('plaintext', {
monaco.editor.defineTheme('myCustomTheme', { monaco.editor.defineTheme('myCustomTheme', {
base: 'vs', base: 'vs',
inherit: true, inherit: true,
colors : {},
rules: [ rules: [
{ token: 'comment', foreground: 'aaaaaa', fontStyle: 'italic' }, { token: 'comment', foreground: 'aaaaaa', fontStyle: 'italic' },
{ token: 'keyword', foreground: 'ce63eb' }, { token: 'keyword', foreground: 'ce63eb' },