move
This commit is contained in:
8
ace/src-min-noconflict/snippets/razor.js
Normal file
8
ace/src-min-noconflict/snippets/razor.js
Normal file
@@ -0,0 +1,8 @@
|
||||
ace.define("ace/snippets/razor",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet if\n(${1} == ${2}) {\n ${3}\n}",t.scope="razor"}); (function() {
|
||||
ace.require(["ace/snippets/razor"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user