mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #71 from ocrampete16/twig-support
Add support for the Twig template language
This commit is contained in:
commit
1cea151b6b
7 changed files with 1227 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ bundleOne('azcli/azcli');
|
|||
bundleOne('apex/apex');
|
||||
bundleOne('tcl/tcl');
|
||||
bundleOne('graphql/graphql');
|
||||
bundleOne('twig/twig');
|
||||
|
||||
function bundleOne(moduleId, exclude) {
|
||||
requirejs.optimize({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue