mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Merge remote-tracking branch 'origin/master' into pr/Vityanchys/43
This commit is contained in:
commit
4a58571f1b
24 changed files with 3287 additions and 469 deletions
|
|
@ -34,6 +34,7 @@ bundleOne('html/html');
|
|||
bundleOne('ini/ini');
|
||||
bundleOne('pug/pug');
|
||||
bundleOne('java/java');
|
||||
bundleOne('javascript/javascript');
|
||||
bundleOne('less/less');
|
||||
bundleOne('lua/lua');
|
||||
bundleOne('markdown/markdown');
|
||||
|
|
@ -51,6 +52,7 @@ bundleOne('scss/scss');
|
|||
bundleOne('sql/sql');
|
||||
bundleOne('st/st');
|
||||
bundleOne('swift/swift');
|
||||
bundleOne('typescript/typescript');
|
||||
bundleOne('vb/vb');
|
||||
bundleOne('xml/xml');
|
||||
bundleOne('yaml/yaml');
|
||||
|
|
@ -65,6 +67,7 @@ bundleOne('scheme/scheme');
|
|||
bundleOne('clojure/clojure');
|
||||
bundleOne('shell/shell');
|
||||
bundleOne('perl/perl'),
|
||||
bundleOne('powerquery/powerquery')
|
||||
bundleOne('azcli/azcli')
|
||||
|
||||
function bundleOne(moduleId, exclude) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue