thehogfather / brackets-code-folding

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

Comments screw up folding in HTML #7

Closed tech-junkie closed 11 years ago

tech-junkie commented 11 years ago

This does not fold: <div> </div> <!-- comment -->

Probably an issue with only finding the end of the comment on the line and not recognizing the end-div

thehogfather commented 11 years ago

Thanks for filing the issue. It should now be fixed (perhaps along with a few other bugs). I've tested a little -- but probably not enough :/

tech-junkie commented 11 years ago

Looks like it works. At least the code I have where it didn't is working now. Thanks!