pull/952/head
Ali Mirlou 7 years ago committed by GitHub
parent 14f6229243
commit a356c8ad22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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', {
base: 'vs',
inherit: false,

Loading…
Cancel
Save