jamalsenouci / sublimetext-syntaxfold

Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
MIT License
40 stars 6 forks source link

Folding HTML? #8

Closed lorezyra closed 9 years ago

lorezyra commented 9 years ago

Does this plugin handle folding of HTML code? Or, do I need to configure that in the settings?

jamalsenouci commented 9 years ago

Sublime text already has in built support for folding html. If you go to edit --> code folding you should be able to fold from there

— Sent from Mailbox

On Thu, May 21, 2015 at 8:31 AM, LoreZyra notifications@github.com wrote:

Does this plugin handle folding of HTML code? Or, do I need to configure that in the settings?

Reply to this email directly or view it on GitHub: https://github.com/jamalsenouci/sublimetext-syntaxfold/issues/8

lorezyra commented 9 years ago

cool!