mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Add Solidity
This commit is contained in:
parent
eb82671c37
commit
6053795334
5 changed files with 405 additions and 2 deletions
|
|
@ -74,7 +74,8 @@ gulp.task('release', ['clean-release','compile'], function() {
|
|||
bundleOne('src/swift'),
|
||||
bundleOne('src/vb'),
|
||||
bundleOne('src/xml'),
|
||||
bundleOne('src/yaml')
|
||||
bundleOne('src/yaml'),
|
||||
bundleOne('src/solidity')
|
||||
)
|
||||
.pipe(uglify({
|
||||
preserveComments: 'some'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue