Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Sep 27, 2020
1 parent 7a8e83e commit 6bf10f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monaco.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const lessDefaults: LanguageServiceDefaults = new LanguageServiceDefaults
);

// export to the global based API
(<any>languages).json = { cssDefaults, lessDefaults, scssDefaults };
(<any>languages).css = { cssDefaults, lessDefaults, scssDefaults };

// --- Registration to monaco editor ---

Expand Down

0 comments on commit 6bf10f7

Please sign in to comment.