thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Updated search Index for folding regions #72

Closed keleko34 closed 10 years ago

keleko34 commented 10 years ago

know looks for whether a "/* title / " has a "/ END title " or "<!-- title " has a "<!-- END title " for a folding region rather then copying microsoft's regions. I thought this was more fitting as it is a common web programmer's syntax and practice when commenting code regions to clarify "/ title /" and to specify the end by "/ END title /" (same with html && ) let me know your thoughts!