MCPcopy Create free account
hub / github.com/evildecay/etcdkeeper / Mode

Function Mode

assets/etcdkeeper/framework/ace/mode-sqlserver.js:418–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416var SqlServerFoldMode = require("./folding/sqlserver").FoldMode;
417
418var Mode = function() {
419 this.HighlightRules = SqlServerHighlightRules;
420 this.foldingRules = new SqlServerFoldMode();
421 this.$behaviour = this.$defaultBehaviour;
422};
423oop.inherits(Mode, TextMode);
424
425(function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected