mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Restore example
This commit is contained in:
parent
9a7dd62fff
commit
84cb0e62a3
1 changed files with 1 additions and 2 deletions
|
|
@ -20,6 +20,5 @@ self.MonacoEnvironment = {
|
|||
|
||||
monaco.editor.create(document.getElementById('container'), {
|
||||
value: ['function x() {', '\tconsole.log("Hello world!");', '}'].join('\n'),
|
||||
// language: 'javascript'
|
||||
language: 'scss'
|
||||
language: 'javascript'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue