aboutsummaryrefslogtreecommitdiff
path: root/htdocs/js/ace/snippets/makefile.js
blob: 8d7e4bb33cc3804ff98279676d608ab230920758 (plain)
1
define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet ifeq\n	ifeq (${1:cond0},${2:cond1})\n		${3:code}\n	endif\n",t.scope="makefile"})