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

Function Mode

assets/etcdkeeper/framework/ace/mode-python.js:195–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193var Range = require("../range").Range;
194
195var Mode = function() {
196 this.HighlightRules = PythonHighlightRules;
197 this.foldingRules = new PythonFoldMode("\\:");
198 this.$behaviour = this.$defaultBehaviour;
199};
200oop.inherits(Mode, TextMode);
201
202(function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected