mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix toggle comments in handlebars mode
This commit is contained in:
parent
9843b85fa8
commit
b4c643c9ab
3
node_modules/ace/lib/ace/mode/handlebars.js
generated
vendored
3
node_modules/ace/lib/ace/mode/handlebars.js
generated
vendored
@ -13,7 +13,6 @@ var Mode = function() {
|
||||
HtmlMode.call(this);
|
||||
this.HighlightRules = HandlebarsHighlightRules;
|
||||
this.$behaviour = new HtmlBehaviour();
|
||||
|
||||
|
||||
this.foldingRules = new HtmlFoldMode();
|
||||
};
|
||||
@ -21,7 +20,7 @@ var Mode = function() {
|
||||
oop.inherits(Mode, HtmlMode);
|
||||
|
||||
(function() {
|
||||
this.blockComment = {start: "{!--", end: "--}"};
|
||||
this.blockComment = {start: "{{!--", end: "--}}"};
|
||||
this.$id = "ace/mode/handlebars";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user