mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
suExec, Filemanager and bug Fixes.
This commit is contained in:
10
static/filemanager/js/ace/snippets/razor.js
Normal file
10
static/filemanager/js/ace/snippets/razor.js
Normal file
@@ -0,0 +1,10 @@
|
||||
ace.define("ace/snippets/razor",["require","exports","module"], function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText = "snippet if\n\
|
||||
(${1} == ${2}) {\n\
|
||||
${3}\n\
|
||||
}";
|
||||
exports.scope = "razor";
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user