add fold detection rules for python and c style languages
This commit is contained in:
parent
aa9ff0d763
commit
4677db58d8
9 changed files with 250 additions and 51 deletions
|
|
@ -16,6 +16,8 @@ oop.inherits(Mode, JavaScriptMode);
|
|||
|
||||
(function() {
|
||||
|
||||
this.foldingRules = "cStyle";
|
||||
|
||||
this.createWorker = function(session) {
|
||||
return null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue