Update sample.js

pull/2764/head
Pranom Vignesh 3 years ago committed by GitHub
parent c8d3fc1fd0
commit 88fd0a6e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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' },

Loading…
Cancel
Save