aboutsummaryrefslogtreecommitdiff
path: root/htdocs/js/ace/snippets/makefile.js
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2017-11-07 20:44:10 -0500
committerPaul Duncan <pabs@pablotron.org>2017-11-07 20:44:10 -0500
commit074c8ca2a16bc4849e8ecea5a123d4d9a2995898 (patch)
treeae2597166fb9da56ff34bf8abafc59548bc0cad5 /htdocs/js/ace/snippets/makefile.js
downloadmathy-074c8ca2a16bc4849e8ecea5a123d4d9a2995898.tar.bz2
mathy-074c8ca2a16bc4849e8ecea5a123d4d9a2995898.zip
initial commit
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