mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +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'), {
|
monaco.editor.create(document.getElementById('container'), {
|
||||||
value: ['function x() {', '\tconsole.log("Hello world!");', '}'].join('\n'),
|
value: ['function x() {', '\tconsole.log("Hello world!");', '}'].join('\n'),
|
||||||
// language: 'javascript'
|
language: 'javascript'
|
||||||
language: 'scss'
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue