kopia lustrzana https://github.com/c9/core
fix toggle comments in handlebars mode
rodzic
9843b85fa8
commit
b4c643c9ab
|
@ -14,14 +14,13 @@ var Mode = function() {
|
||||||
this.HighlightRules = HandlebarsHighlightRules;
|
this.HighlightRules = HandlebarsHighlightRules;
|
||||||
this.$behaviour = new HtmlBehaviour();
|
this.$behaviour = new HtmlBehaviour();
|
||||||
|
|
||||||
|
|
||||||
this.foldingRules = new HtmlFoldMode();
|
this.foldingRules = new HtmlFoldMode();
|
||||||
};
|
};
|
||||||
|
|
||||||
oop.inherits(Mode, HtmlMode);
|
oop.inherits(Mode, HtmlMode);
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
this.blockComment = {start: "{!--", end: "--}"};
|
this.blockComment = {start: "{{!--", end: "--}}"};
|
||||||
this.$id = "ace/mode/handlebars";
|
this.$id = "ace/mode/handlebars";
|
||||||
}).call(Mode.prototype);
|
}).call(Mode.prototype);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue