mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add Scheme language
This commit is contained in:
parent
781bcdd267
commit
817ca5bd99
6 changed files with 236 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ bundleOne('redshift/redshift');
|
|||
bundleOne('pgsql/pgsql');
|
||||
bundleOne('redis/redis');
|
||||
bundleOne('csp/csp');
|
||||
bundleOne('scheme/scheme');
|
||||
|
||||
function bundleOne(moduleId, exclude) {
|
||||
requirejs.optimize({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue