1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-29 11:59:48 +02:00
ant-http/build/htdocs/scripts/ace/snippets/makefile.js

1 line
198 B
JavaScript
Raw Normal View History

2015-10-22 11:39:11 +02:00
ace.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"})