All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.17632e1e19e438f431784dfd77e01773.js Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
ace.define("ace/snippets/makefile.snippets",["require","exports","module"],(function(require,exports,e){e.exports="snippet ifeq\n\tifeq (${1:cond0},${2:cond1})\n\t\t${3:code}\n\tendif\n"})),ace.define("ace/snippets/makefile",["require","exports","module","ace/snippets/makefile.snippets"],(function(require,exports,e){"use strict";exports.snippetText=require("./makefile.snippets"),exports.scope="makefile"})),ace.require(["ace/snippets/makefile"],(function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy