1
0
Fork 0
mirror of https://github.com/xevidos/codiad.git synced 2025-03-22 00:08:00 +01:00
codiad/components/editor/ace-editor/snippets/makefile.js

1 line
No EOL
198 B
JavaScript
Executable file

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"})