mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Merge pull request #42 from mattmasson/master
Add support for Power Query (M) language
This commit is contained in:
commit
5f30811868
6 changed files with 1328 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ bundleOne('scheme/scheme');
|
|||
bundleOne('clojure/clojure');
|
||||
bundleOne('shell/shell');
|
||||
bundleOne('perl/perl')
|
||||
bundleOne('powerquery/powerquery')
|
||||
|
||||
function bundleOne(moduleId, exclude) {
|
||||
requirejs.optimize({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue