thehogfather / brackets-code-folding

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

Tabs before region comment don't work #88

Closed ivogabe closed 10 years ago

ivogabe commented 10 years ago

When you place a tab before a region comment, it isn't recognized as a region.

Example:

    // region test
    foo
    // endregion

It does work when you place spaces instead of tabs before the comments.

ivogabe commented 10 years ago

Thanks!