mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
nls example
This commit is contained in:
parent
af895106ca
commit
daafcb4ce8
2 changed files with 8 additions and 3 deletions
|
|
@ -166,7 +166,12 @@
|
||||||
console.log(JSON.stringify(loaderPathsConfig, null, '\t'));
|
console.log(JSON.stringify(loaderPathsConfig, null, '\t'));
|
||||||
|
|
||||||
require.config({
|
require.config({
|
||||||
paths: loaderPathsConfig
|
paths: loaderPathsConfig,
|
||||||
|
// 'vs/nls' : {
|
||||||
|
// availableLanguages: {
|
||||||
|
// '*': 'de'
|
||||||
|
// }
|
||||||
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
require(['vs/editor/editor.main'], function() {
|
require(['vs/editor/editor.main'], function() {
|
||||||
|
|
|
||||||
|
|
@ -17,13 +17,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: oblique;
|
font-style: oblique;
|
||||||
}
|
}
|
||||||
|
|
||||||
.myLineDecoration {
|
.myLineDecoration {
|
||||||
background: lightblue;
|
background: lightblue;
|
||||||
width: 5px !important;
|
width: 5px !important;
|
||||||
left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*----------------------------------------SAMPLE CSS END*/
|
/*----------------------------------------SAMPLE CSS END*/
|
||||||
</style>
|
</style>
|
||||||
<a class="loading-opts" href="playground.generated/index.html">[<< BACK]</a> <br/>
|
<a class="loading-opts" href="playground.generated/index.html">[<< BACK]</a> <br/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue