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

Function Mode

assets/etcdkeeper/framework/ace/mode-java.js:709–715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

707var CStyleFoldMode = require("./folding/cstyle").FoldMode;
708
709var Mode = function() {
710 this.HighlightRules = JavaScriptHighlightRules;
711
712 this.$outdent = new MatchingBraceOutdent();
713 this.$behaviour = new CstyleBehaviour();
714 this.foldingRules = new CStyleFoldMode();
715};
716oop.inherits(Mode, TextMode);
717
718(function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected