mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
commit
946bbab820
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue