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