monaco-editor-core@0.14.4

This commit is contained in:
Alex Dima 2018-08-10 18:11:21 +02:00
parent 463998d94e
commit ea3b0177cf
5 changed files with 9 additions and 9 deletions

View file

@ -51,7 +51,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,