Fix documentation (#2212)

This commit is contained in:
Alexandru Dima 2020-12-24 13:59:29 +01:00
parent d2028b1a75
commit 733d68af03
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -75,10 +75,10 @@ self.MonacoEnvironment = {
if (label === 'json') {
return './json.worker.bundle.js';
}
if (label === 'css') {
if (label === 'css' || label === 'scss' || label === 'less') {
return './css.worker.bundle.js';
}
if (label === 'html') {
if (label === 'html' || label === 'handlebars' || label === 'razor') {
return './html.worker.bundle.js';
}
if (label === 'typescript' || label === 'javascript') {
@ -146,10 +146,10 @@ self.MonacoEnvironment = {
if (label === 'json') {
return './json.worker.js';
}
if (label === 'css') {
if (label === 'css' || label === 'scss' || label === 'less') {
return './css.worker.js';
}
if (label === 'html') {
if (label === 'html' || label === 'handlebars' || label === 'razor') {
return './html.worker.js';
}
if (label === 'typescript' || label === 'javascript') {