Update sample.js

pull/2764/head
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
1 changed files with 1 additions and 0 deletions

View File

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