This commit is contained in:
Ali Mirlou 2018-07-10 18:20:37 +04:30 committed by GitHub
parent 14f6229243
commit a356c8ad22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ monaco.languages.setMonarchTokensProvider('mySpecialLanguage', {
} }
}); });
// Define a new theme that constains only rules that match this language // Define a new theme that contains only rules that match this language
monaco.editor.defineTheme('myCoolTheme', { monaco.editor.defineTheme('myCoolTheme', {
base: 'vs', base: 'vs',
inherit: false, inherit: false,