big-moving.ru/assets/vendor_plugins/ace-builds-master/src-min-noconflict/snippets/makefile.js

1 line
198 B
JavaScript
Raw Permalink Normal View History

2022-06-24 15:29:23 +05: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"})