aboutsummaryrefslogtreecommitdiff
path: root/htdocs/js/ace/snippets/makefile.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/js/ace/snippets/makefile.js')
-rw-r--r--htdocs/js/ace/snippets/makefile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/js/ace/snippets/makefile.js b/htdocs/js/ace/snippets/makefile.js
new file mode 100644
index 0000000..8d7e4bb
--- /dev/null
+++ b/htdocs/js/ace/snippets/makefile.js
@@ -0,0 +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"}) \ No newline at end of file