mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +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
|
|
@ -76,7 +76,8 @@ gulp.task('release', ['clean-release','compile'], function() {
|
|||
bundleOne('src/vb'),
|
||||
bundleOne('src/xml'),
|
||||
bundleOne('src/yaml'),
|
||||
bundleOne('src/solidity')
|
||||
bundleOne('src/solidity'),
|
||||
bundleOne('src/sb')
|
||||
)
|
||||
.pipe(uglify({
|
||||
output: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue