p3x-redis-ui-material
Version:
💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io
18 lines (15 loc) • 583 B
JavaScript
ace.define("ace/snippets/makefile",["require","exports","module"], function(require, exports, module) {
;
exports.snippetText = "snippet ifeq\n\
ifeq (${1:cond0},${2:cond1})\n\
${3:code}\n\
endif\n\
";
exports.scope = "makefile";
}); (function() {
ace.require(["ace/snippets/makefile"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();