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

Function Mode

assets/etcdkeeper/framework/ace/mode-html_ruby.js:1491–1497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1489var CStyleFoldMode = require("./folding/cstyle").FoldMode;
1490
1491var Mode = function() {
1492 this.HighlightRules = JavaScriptHighlightRules;
1493
1494 this.$outdent = new MatchingBraceOutdent();
1495 this.$behaviour = new CstyleBehaviour();
1496 this.foldingRules = new CStyleFoldMode();
1497};
1498oop.inherits(Mode, TextMode);
1499
1500(function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected