mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Add Scheme language
This commit is contained in:
parent
781bcdd267
commit
817ca5bd99
6 changed files with 236 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ define(['require'], function (require) {
|
|||
'release/dev/redis/redis.test',
|
||||
'release/dev/csp/csp.test',
|
||||
'release/dev/st/st.test',
|
||||
'release/dev/scheme/scheme.test',
|
||||
], function () {
|
||||
run(); // We can launch the tests!
|
||||
}, function (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue