mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-01 02:46:20 +01:00
Initial commit for v2.4.3
This commit is contained in:
11
static/filemanager/js/ace/snippets/makefile.js
Executable file
11
static/filemanager/js/ace/snippets/makefile.js
Executable file
@@ -0,0 +1,11 @@
|
||||
ace.define("ace/snippets/makefile",["require","exports","module"], function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText = "snippet ifeq\n\
|
||||
ifeq (${1:cond0},${2:cond1})\n\
|
||||
${3:code}\n\
|
||||
endif\n\
|
||||
";
|
||||
exports.scope = "makefile";
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user