mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
added clojure support
refs: https://github.com/Microsoft/monaco-editor/issues/828 https://github.com/theia-ide/theia/issues/1717
This commit is contained in:
parent
3dd38f1ca5
commit
b8cf0d688f
7 changed files with 395 additions and 113 deletions
|
|
@ -62,6 +62,7 @@ bundleOne('pgsql/pgsql');
|
|||
bundleOne('redis/redis');
|
||||
bundleOne('csp/csp');
|
||||
bundleOne('scheme/scheme');
|
||||
// bundleOne('clojure/clojure');
|
||||
|
||||
function bundleOne(moduleId, exclude) {
|
||||
requirejs.optimize({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue