mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Add YAML
This commit is contained in:
parent
0224ec8e0e
commit
f4d3d312db
6 changed files with 354 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ gulp.task('release', ['clean-release','compile'], function() {
|
|||
bundleOne('src/sql'),
|
||||
bundleOne('src/swift'),
|
||||
bundleOne('src/vb'),
|
||||
bundleOne('src/xml')
|
||||
bundleOne('src/xml'),
|
||||
bundleOne('src/yaml')
|
||||
)
|
||||
.pipe(uglify({
|
||||
preserveComments: 'some'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue