mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Add Tcl support
This commit is contained in:
parent
8f7537dee5
commit
9d51b7ced9
6 changed files with 281 additions and 4 deletions
|
|
@ -66,10 +66,11 @@ bundleOne('csp/csp');
|
|||
bundleOne('scheme/scheme');
|
||||
bundleOne('clojure/clojure');
|
||||
bundleOne('shell/shell');
|
||||
bundleOne('perl/perl'),
|
||||
bundleOne('powerquery/powerquery')
|
||||
bundleOne('azcli/azcli')
|
||||
bundleOne('perl/perl');
|
||||
bundleOne('powerquery/powerquery');
|
||||
bundleOne('azcli/azcli');
|
||||
bundleOne('apex/apex');
|
||||
bundleOne('tcl/tcl');
|
||||
|
||||
function bundleOne(moduleId, exclude) {
|
||||
requirejs.optimize({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue