webapp.vendor.ace-builds.snippets.maze.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of centraldogma-server Show documentation
Show all versions of centraldogma-server Show documentation
Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2 (centraldogma-server)
ace.define("ace/snippets/maze.snippets",["require","exports","module"],function(e,t,n){n.exports="snippet >\ndescription assignment\nscope maze\n -> ${1}= ${2}\n\nsnippet >\ndescription if\nscope maze\n -> IF ${2:**} THEN %${3:L} ELSE %${4:R}\n"}),ace.define("ace/snippets/maze",["require","exports","module","ace/snippets/maze.snippets"],function(e,t,n){"use strict";t.snippetText=e("./maze.snippets"),t.scope="maze"}); (function() {
ace.require(["ace/snippets/maze"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();