diff options
Diffstat (limited to 'library/ace/snippets/makefile.js')
-rw-r--r-- | library/ace/snippets/makefile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/ace/snippets/makefile.js b/library/ace/snippets/makefile.js new file mode 100644 index 000000000..c9870856c --- /dev/null +++ b/library/ace/snippets/makefile.js @@ -0,0 +1 @@ +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"})
\ No newline at end of file |