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

Master #27

Closed Armfoot closed 7 years ago

Armfoot commented 7 years ago

Added folding support to files containing text in their scope name, allowing HTML files to be folded (text.html.basic scope), including Timandes "embedding." change.

Modified the current region folding commands (fold and unfold) in order to toggle-fold in a single command. Edited the settings in order to use the same markers for folding in other languages.

Formatted, corrected and rephrased a few sentences in README.md.

jamalsenouci commented 7 years ago

Thanks for the improvement