mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
This commit is contained in:
parent
7a8e83e2a0
commit
6bf10f7b32
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ export const lessDefaults: LanguageServiceDefaults = new LanguageServiceDefaults
|
||||||
);
|
);
|
||||||
|
|
||||||
// export to the global based API
|
// export to the global based API
|
||||||
(<any>languages).json = { cssDefaults, lessDefaults, scssDefaults };
|
(<any>languages).css = { cssDefaults, lessDefaults, scssDefaults };
|
||||||
|
|
||||||
// --- Registration to monaco editor ---
|
// --- Registration to monaco editor ---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue