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
|
|
@ -65,7 +65,8 @@ define(['require'], function (require) {
|
|||
'release/dev/redis/redis.test',
|
||||
'release/dev/csp/csp.test',
|
||||
'release/dev/st/st.test',
|
||||
'release/dev/scheme/scheme.test',
|
||||
'release/dev/scheme/scheme.test',
|
||||
'release/dev/clojure/clojure.test',
|
||||
], function () {
|
||||
run(); // We can launch the tests!
|
||||
}, function (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue