antosdk-apps/ACECore/core/snippets/twig.js
2021-04-21 11:37:58 +02:00

8 lines
329 B
JavaScript

; (function() {
ace.require(["ace/snippets/twig"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();