mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
added support for Small Basic
This commit is contained in:
parent
fbdcb70601
commit
70ffd3f0c2
5 changed files with 379 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ requirejs([
|
|||
'out/test/xml.test',
|
||||
'out/test/yaml.test',
|
||||
'out/test/solidity.test',
|
||||
'out/test/sb.test'
|
||||
], function() {
|
||||
run(); // We can launch the tests!
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue