add ace editor files
This commit is contained in:
parent
6098f31f9a
commit
fe9c573533
345 changed files with 433 additions and 0 deletions
1
public/js/vendor/ace/snippets/makefile.js
vendored
Executable file
1
public/js/vendor/ace/snippets/makefile.js
vendored
Executable file
|
@ -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"})
|
Reference in a new issue