mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add Shell language
This commit is contained in:
parent
b6f47a51d6
commit
16f9c159f2
6 changed files with 517 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ define(['require'], function (require) {
|
|||
'release/dev/st/st.test',
|
||||
'release/dev/scheme/scheme.test',
|
||||
'release/dev/clojure/clojure.test',
|
||||
'release/dev/shell/shell.test'
|
||||
], function () {
|
||||
run(); // We can launch the tests!
|
||||
}, function (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue