fix php folding
This commit is contained in:
parent
271cefb44a
commit
5801b75b5d
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ var Mode = function(opts) {
|
|||
"css-": CssMode,
|
||||
"php-": PhpMode
|
||||
});
|
||||
this.foldingRules.subModes["php-"] = new CStyleFoldMode();
|
||||
};
|
||||
oop.inherits(Mode, HtmlMode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue