fix php folding

This commit is contained in:
nightwing 2014-11-12 18:37:59 +04:00
commit 5801b75b5d

View file

@ -110,6 +110,7 @@ var Mode = function(opts) {
"css-": CssMode,
"php-": PhpMode
});
this.foldingRules.subModes["php-"] = new CStyleFoldMode();
};
oop.inherits(Mode, HtmlMode);